فهرست منبع

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>
Peter Korsgaard 15 سال پیش
والد
کامیت
d874b08abc
2فایلهای تغییر یافته به همراه4 افزوده شده و 2 حذف شده
  1. 1 1
      CHANGES
  2. 3 1
      package/multimedia/swfdec/Config.in

+ 1 - 1
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):
 

+ 3 - 1
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