[oe-commits] Xiaofeng Yan : gtk.inc: Change configuration of directfb to gtk-directfb

git at git.openembedded.org git at git.openembedded.org
Mon Jan 16 12:33:52 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 785412c0dfb8df055e3f5fa865474ee1cf0ce10f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=785412c0dfb8df055e3f5fa865474ee1cf0ce10f

Author: Xiaofeng Yan <xiaofeng.yan at windriver.com>
Date:   Thu Jan 12 15:23:12 2012 +0800

gtk.inc: Change configuration of directfb to gtk-directfb

"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 at windriver.com>

---

 meta/recipes-gnome/gtk+/gtk+.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-gnome/gtk+/gtk+.inc b/meta/recipes-gnome/gtk+/gtk+.inc
index 5eb7eb1..4e03670 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
  libgcrypt cairo gdk-pixbuf"
 
 PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \
- ${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}"
+ ${@base_contains('DISTRO_FEATURES', 'gtk-directfb', 'gtk-directfb', '', d)}"
 
 # for gtk+ 2.x, have to pick either x11 or directfb not both
 # for gtk+ 3.x, PACKAGECONFIG[gtk-directfb] should be removed because directfb will not be support as





More information about the Openembedded-commits mailing list