diff options
| -rw-r--r-- | meta/recipes-gnome/gtk+/gtk+.inc | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+.inc b/meta/recipes-gnome/gtk+/gtk+.inc index 1d8f4a69d1..5eb7eb16ec 100644 --- a/meta/recipes-gnome/gtk+/gtk+.inc +++ b/meta/recipes-gnome/gtk+/gtk+.inc | |||
| @@ -9,9 +9,19 @@ LICENSE = "LGPLv2 & LGPLv2+ & LGPLv2.1+" | |||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" |
| 10 | 10 | ||
| 11 | SECTION = "libs" | 11 | SECTION = "libs" |
| 12 | DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor \ | 12 | |
| 13 | gtk-doc-native docbook-utils-native libxrandr libgcrypt \ | 13 | X11DEPENDS = "virtual/libx11 libxext libxcursor libxrandr libxdamage libxrender libxcomposite" |
| 14 | libxdamage libxrender libxcomposite cairo gdk-pixbuf" | 14 | DEPENDS = "glib-2.0 pango atk jpeg libpng gtk-doc-native gdk-pixbuf-native docbook-utils-native \ |
| 15 | libgcrypt cairo gdk-pixbuf" | ||
| 16 | |||
| 17 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ | ||
| 18 | ${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}" | ||
| 19 | |||
| 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 | ||
| 22 | # a backend. | ||
| 23 | PACKAGECONFIG[x11] = "--with-x=yes --with-gdktarget=x11,--with-x=no,${X11DEPENDS}" | ||
| 24 | PACKAGECONFIG[gtk-directfb] = "--with-gdktarget=directfb,,directfb" | ||
| 15 | 25 | ||
| 16 | inherit autotools pkgconfig | 26 | inherit autotools pkgconfig |
| 17 | 27 | ||
