Commit d874b08a authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 9bf3f6d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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