Skip to content

Commit

Permalink
gtk4mm: add recipe
Browse files Browse the repository at this point in the history
the gtk4 variant of gtkmm is required for gnome-system-monitor

Signed-off-by: Markus Volk <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
MarkusVolk authored and kraj committed Mar 23, 2024
1 parent 8db5548 commit c14b406
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions meta-oe/recipes-gnome/gtk+/gtkmm4_4.14.0.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
SUMMARY = "C++ bindings for the GTK+ toolkit V4"
HOMEPAGE = "http://www.gtkmm.org/"
SECTION = "libs"

LICENSE = "LGPL-2.1-only & GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe"

DEPENDS = "glib-2.0-native atkmm pangomm-2.48 glibmm gtk4 cairomm-1.16 gdk-pixbuf-native"

BPN = "gtkmm"

inherit gnomebase features_check

REQUIRED_DISTRO_FEATURES = "opengl"

SRC_URI[archive.sha256sum] = "9350a0444b744ca3dc69586ebd1b6707520922b6d9f4f232103ce603a271ecda"

EXTRA_OEMESON = "-Dbuild-demos=false"

FILES:${PN}-dev += "${libdir}/*/include ${libdir}/*/proc/m4"

0 comments on commit c14b406

Please sign in to comment.