package: don't select libgtk2 as it doesn't know what backend to use

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>
This commit is contained in:
Peter Korsgaard 2010-05-25 22:42:14 +02:00
parent ab607f658e
commit 9bf3f6d913
5 changed files with 7 additions and 7 deletions

View File

@ -5,9 +5,9 @@
Updated/fixed packages: aumix, avahi, busybox, cairo, cdrkit, Updated/fixed packages: aumix, avahi, busybox, cairo, cdrkit,
fltk, gettext, gmpc, grep, hal, iconv, icu, libcgicc, libglib2, fltk, gettext, gmpc, grep, hal, iconv, icu, libcgicc, libglib2,
libidn, libmpd, libpcap, libsoup, lmbench, ltrace, lvm2, make, libidn, libmpd, libpcap, libsoup, lmbench, ltrace, lvm2, make,
mtd-utils, mutt, netsnmp, ntp, pango, pciutils, php, psmisc, metacity, mtd-utils, mutt, netsnmp, ntp, pango, pciutils,
qt, samba, sshfs, startup-notification, uemacs, util-linux, pcmanfm, php, psmisc, qt, samba, sshfs, startup-notification,
vpnc sylpheed, uemacs, util-linux, vpnc, webkit
Issues resolved (http://bugs.uclibc.org): Issues resolved (http://bugs.uclibc.org):

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_METACITY config BR2_PACKAGE_METACITY
bool "metacity" bool "metacity"
select BR2_PACKAGE_LIBGTK2 depends on BR2_PACKAGE_LIBGTK2
depends on BR2_PACKAGE_XORG7 depends on BR2_PACKAGE_XORG7
help help
Metacity is a window manager for the X Window System. Metacity is a window manager for the X Window System.

View File

@ -3,7 +3,7 @@ config BR2_PACKAGE_PCMANFM
depends on BR2_PACKAGE_XORG7 depends on BR2_PACKAGE_XORG7
select BR2_PACKAGE_GAMIN select BR2_PACKAGE_GAMIN
select BR2_PACKAGE_STARTUP_NOTIFICATION select BR2_PACKAGE_STARTUP_NOTIFICATION
select BR2_PACKAGE_LIBGTK2 depends on BR2_PACKAGE_LIBGTK2
help help
An extremly fast and lightweight file manager which features An extremly fast and lightweight file manager which features
tabbed browsing and user-friendly interface. tabbed browsing and user-friendly interface.

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_SYLPHEED config BR2_PACKAGE_SYLPHEED
bool "sylpheed" bool "sylpheed"
select BR2_PACKAGE_LIBGTK2 depends on BR2_PACKAGE_LIBGTK2
help help
lightweight and user-friendly e-mail client. lightweight and user-friendly e-mail client.

View File

@ -2,7 +2,7 @@ config BR2_PACKAGE_WEBKIT
bool "webkit" bool "webkit"
depends on BR2_INSTALL_LIBSTDCPP depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_WCHAR depends on BR2_USE_WCHAR
select BR2_PACKAGE_LIBGTK2 depends on BR2_PACKAGE_LIBGTK2
select BR2_PACKAGE_ICU select BR2_PACKAGE_ICU
select BR2_PACKAGE_CURL select BR2_PACKAGE_CURL
select BR2_PACKAGE_LIBXML2 select BR2_PACKAGE_LIBXML2