]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package: don't select libgtk2 as it doesn't know what backend to use
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 25 May 2010 20:42:14 +0000 (22:42 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 25 May 2010 20:42:14 +0000 (22:42 +0200)
libgtk2 can either use the X11 or directfb backend, depending on what
is selected - But if other packages 'select' libgtk2 there is no
guarantee that any backends are enabled, breaking the build.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/metacity/Config.in
package/pcmanfm/Config.in
package/sylpheed/Config.in
package/webkit/Config.in

diff --git a/CHANGES b/CHANGES
index 4d0046355d4595dfe9fdb09df618f385508f9402..880c7039df85af64e35ba67950ce27ebef306543 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,9 +5,9 @@
        Updated/fixed packages: aumix, avahi, busybox, cairo, cdrkit,
        fltk, gettext, gmpc, grep, hal, iconv, icu, libcgicc, libglib2,
        libidn, libmpd, libpcap, libsoup, lmbench, ltrace, lvm2, make,
-       mtd-utils, mutt, netsnmp, ntp, pango, pciutils, php, psmisc,
-       qt, samba, sshfs, startup-notification, uemacs, util-linux,
-       vpnc
+       metacity, mtd-utils, mutt, netsnmp, ntp, pango, pciutils,
+       pcmanfm, php, psmisc, qt, samba, sshfs, startup-notification,
+       sylpheed, uemacs, util-linux, vpnc, webkit
 
        Issues resolved (http://bugs.uclibc.org):
 
index 12c54d1170ab59953cb771547485064ba862b833..c483c44e24b9a3f469ca577ff9ba7a0c06ff3731 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_METACITY
        bool "metacity"
-       select BR2_PACKAGE_LIBGTK2
+       depends on BR2_PACKAGE_LIBGTK2
        depends on BR2_PACKAGE_XORG7
        help
          Metacity is a window manager for the X Window System.
index 9a00bc0e8d18f953ea2968c6823f5ce7a70bbb67..e87e5175462ce2a058af86c49cf5a9b7ef7a12a0 100644 (file)
@@ -3,7 +3,7 @@ config BR2_PACKAGE_PCMANFM
        depends on BR2_PACKAGE_XORG7
        select BR2_PACKAGE_GAMIN
        select BR2_PACKAGE_STARTUP_NOTIFICATION
-       select BR2_PACKAGE_LIBGTK2
+       depends on BR2_PACKAGE_LIBGTK2
        help
          An extremly fast and lightweight file manager which features
          tabbed browsing and user-friendly interface.
index fe5aee664848739311905c9fa087fb970d524cce..16f03bef136cfad2bfa2f6710c5eb6f7dc6a6ba0 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_SYLPHEED
        bool "sylpheed"
-       select BR2_PACKAGE_LIBGTK2
+       depends on BR2_PACKAGE_LIBGTK2
        help
          lightweight and user-friendly e-mail client.
 
index 10c8b38ac1b0530d87e27a4b7087e6e4dde349e9..eee6bcb05dbc3064c4e62164dc21732bf4caf5e2 100644 (file)
@@ -2,7 +2,7 @@ config BR2_PACKAGE_WEBKIT
        bool "webkit"
        depends on BR2_INSTALL_LIBSTDCPP
        depends on BR2_USE_WCHAR
-       select BR2_PACKAGE_LIBGTK2
+       depends on BR2_PACKAGE_LIBGTK2
        select BR2_PACKAGE_ICU
        select BR2_PACKAGE_CURL
        select BR2_PACKAGE_LIBXML2