]> code.ossystems Code Review - openembedded-core.git/commitdiff
cairo.inc: Change configuration of directfb to gtk-directfb
authorXiaofeng Yan <xiaofeng.yan@windriver.com>
Thu, 12 Jan 2012 07:34:23 +0000 (15:34 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Jan 2012 12:21:45 +0000 (12:21 +0000)
"direcdtfb" is a wrong configuration in PACKAGECONFIG. It should be "gtk-directfb".
PACKAGECONFIG can't select directfb as backend rightly, or else.

[YOCTO #1900]

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
meta/recipes-graphics/cairo/cairo.inc

index 5f8f7b6890ac2a69be2a4613fc8251c21f74b494..930675d0ed069d62d2d76315bcce398caf9851cc 100644 (file)
@@ -13,7 +13,7 @@ LICENSE = "MPL-1 & LGPLv2.1"
 X11DEPENDS = "virtual/libx11 libsm libxrender"
 DEPENDS = "libpng fontconfig pixman glib-2.0"
 PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \
-           ${@base_contains('DISTRO_FEATURES', 'gtk-directfb', 'directfb', '', d)}"
+           ${@base_contains('DISTRO_FEATURES', 'gtk-directfb', 'gtk-directfb', '', d)}"
 PACKAGECONFIG[x11] = "--with-x=yes,--without-x,${X11DEPENDS}"
 PACKAGECONFIG[gtk-directfb] = "--enable-directfb=yes,,directfb"