From: Peter Korsgaard Date: Tue, 25 May 2010 20:48:51 +0000 (+0200) Subject: swfdec: use depends on for gstreamer X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d874b08abc6bdd682b5e66321831337d1b79bdc0;p=buildroot.git 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 --- diff --git a/CHANGES b/CHANGES index 880c7039df..985347ad1a 100644 --- 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): diff --git a/package/multimedia/swfdec/Config.in b/package/multimedia/swfdec/Config.in index 7a51e2efa9..0f2dea53f8 100644 --- a/package/multimedia/swfdec/Config.in +++ b/package/multimedia/swfdec/Config.in @@ -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