swfdec: use depends on for gstreamer

Gstreamer has complicated dependencies (because of glib2), so use
depends on rather than select, similar to how it is done for gtk2.

At the same time default gtk/gstreamer support to Y if those are
available, as they are likely wanted.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2010-05-25 22:48:51 +02:00
parent 9bf3f6d913
commit d874b08abc
2 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,7 @@
libidn, libmpd, libpcap, libsoup, lmbench, ltrace, lvm2, make, libidn, libmpd, libpcap, libsoup, lmbench, ltrace, lvm2, make,
metacity, mtd-utils, mutt, netsnmp, ntp, pango, pciutils, metacity, mtd-utils, mutt, netsnmp, ntp, pango, pciutils,
pcmanfm, php, psmisc, qt, samba, sshfs, startup-notification, pcmanfm, php, psmisc, qt, samba, sshfs, startup-notification,
sylpheed, uemacs, util-linux, vpnc, webkit swfdec, sylpheed, uemacs, util-linux, vpnc, webkit
Issues resolved (http://bugs.uclibc.org): Issues resolved (http://bugs.uclibc.org):

View File

@ -15,6 +15,7 @@ config BR2_PACKAGE_SWFDEC_GTK_SUPPORT
depends on BR2_PACKAGE_SWFDEC depends on BR2_PACKAGE_SWFDEC
depends on BR2_PACKAGE_LIBGTK2 depends on BR2_PACKAGE_LIBGTK2
select BR2_PACKAGE_LIBSOUP select BR2_PACKAGE_LIBSOUP
default y
help help
Swfdec-gtk library is used for easy integration Swfdec-gtk library is used for easy integration
of swfdec in GTK applications of swfdec in GTK applications
@ -22,8 +23,9 @@ config BR2_PACKAGE_SWFDEC_GTK_SUPPORT
config BR2_PACKAGE_SWFDEC_GSTREAMER config BR2_PACKAGE_SWFDEC_GSTREAMER
bool "gstreamer support" bool "gstreamer support"
depends on BR2_PACKAGE_SWFDEC depends on BR2_PACKAGE_SWFDEC
select BR2_PACKAGE_GSTREAMER depends on BR2_PACKAGE_GSTREAMER
select BR2_PACKAGE_GST_PLUGINS_BASE select BR2_PACKAGE_GST_PLUGINS_BASE
default y
help help
Enables GStreamer support Enables GStreamer support