summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-gnome/gtk+
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-01-21 22:38:40 +0100
committerKhem Raj <raj.khem@gmail.com>2022-01-24 09:11:01 -0800
commit4960e4ceabba6f9cb41aa28b3b15a76b79ccb575 (patch)
tree761865abcac574333302a6b1eba064149406d723 /meta-oe/recipes-gnome/gtk+
parentfd4bb541479589e5fcce8f99d316c7a567a75cb5 (diff)
downloadmeta-openembedded-4960e4ceabba6f9cb41aa28b3b15a76b79ccb575.tar.gz
gtkmm3: add gdk-pixbuf-native to satisfy meson 0.61
This version of meson checks for gkd-pixbuf utilities regardless of whether demos are enabled or not. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-gnome/gtk+')
-rw-r--r--meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.5.bb b/meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.5.bb
index 428ec69d7..a8c771364 100644
--- a/meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.5.bb
+++ b/meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.5.bb
@@ -6,7 +6,7 @@ LICENSE = "LGPLv2.1 & GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
7 file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" 7 file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe"
8 8
9DEPENDS = "glib-2.0-native atkmm pangomm glibmm gtk+3 cairomm" 9DEPENDS = "glib-2.0-native atkmm pangomm glibmm gtk+3 cairomm gdk-pixbuf-native"
10 10
11BPN = "gtkmm" 11BPN = "gtkmm"
12 12