summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/gtk+/gtk+.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+.inc b/meta/recipes-gnome/gtk+/gtk+.inc
index 5eb7eb16ec..4e03670d50 100644
--- a/meta/recipes-gnome/gtk+/gtk+.inc
+++ b/meta/recipes-gnome/gtk+/gtk+.inc
@@ -15,7 +15,7 @@ DEPENDS = "glib-2.0 pango atk jpeg libpng gtk-doc-native gdk-pixbuf-native docbo
15 libgcrypt cairo gdk-pixbuf" 15 libgcrypt cairo gdk-pixbuf"
16 16
17PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ 17PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \
18 ${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}" 18 ${@base_contains('DISTRO_FEATURES', 'gtk-directfb', 'gtk-directfb', '', d)}"
19 19
20# for gtk+ 2.x, have to pick either x11 or directfb not both 20# for gtk+ 2.x, have to pick either x11 or directfb not both
21# for gtk+ 3.x, PACKAGECONFIG[gtk-directfb] should be removed because directfb will not be support as 21# for gtk+ 3.x, PACKAGECONFIG[gtk-directfb] should be removed because directfb will not be support as