swfdec: use depends on for gstreamer
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 25 May 2010 20:48:51 +0000 (22:48 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 25 May 2010 20:50:40 +0000 (22:50 +0200)
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>
CHANGES
package/multimedia/swfdec/Config.in

diff --git a/CHANGES b/CHANGES
index 880c7039df85af64e35ba67950ce27ebef306543..985347ad1a552c86ce6edbedb8681f95cc1a0c87 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,7 +7,7 @@
        libidn, libmpd, libpcap, libsoup, lmbench, ltrace, lvm2, make,
        metacity, mtd-utils, mutt, netsnmp, ntp, pango, pciutils,
        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):
 
index 7a51e2efa99d1304f584449e258ff8b95ce514fe..0f2dea53f8df9bc747bc0e3a03b2ba06ffaf33dc 100644 (file)
@@ -15,6 +15,7 @@ config BR2_PACKAGE_SWFDEC_GTK_SUPPORT
        depends on BR2_PACKAGE_SWFDEC
        depends on BR2_PACKAGE_LIBGTK2
        select BR2_PACKAGE_LIBSOUP
+       default y
        help
          Swfdec-gtk library is used for easy integration
          of swfdec in GTK applications
@@ -22,8 +23,9 @@ config BR2_PACKAGE_SWFDEC_GTK_SUPPORT
 config BR2_PACKAGE_SWFDEC_GSTREAMER
        bool "gstreamer support"
        depends on BR2_PACKAGE_SWFDEC
-       select BR2_PACKAGE_GSTREAMER
+       depends on BR2_PACKAGE_GSTREAMER
        select BR2_PACKAGE_GST_PLUGINS_BASE
+       default y
        help
          Enables GStreamer support