From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Wed, 21 Jan 2009 14:40:18 +0100 Subject: [Buildroot] svn commit: trunk/buildroot/package/multimedia/gst-plugins-good In-Reply-To: <20090121133322.0FFA4770FC@busybox.osuosl.org> (laird@uclibc.org's message of "Wed\, 21 Jan 2009 13\:33\:21 +0000 \(UTC\)") References: <20090121133322.0FFA4770FC@busybox.osuosl.org> Message-ID: <87ocy0srp9.fsf@macbook.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "laird" == laird writes: laird> Author: laird laird> Date: 2009-01-21 13:33:21 +0000 (Wed, 21 Jan 2009) laird> New Revision: 24937 laird> Log: laird> package/multimedia/gst-plugins-good/gst-plugins-good.mk laird> package/multimedia/gst-plugins-good/Config.in laird> gst-plugins-good does not build unless some package dependencies are forced. laird> This patch allows you to turn off some of the plugins with these dependencies and hides laird> others that require some packages (like PNG/JPEG) laird> Signed-off-by: Daniel Laird laird> config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MATROSKA laird> bool "matroska" laird> + depends on BR2_PACKAGE_BZIP2 && BR2_PACKAGE_ZLIB I prefer to use select for library dependencies. How is the user supposed to know that bzip2 and zlib needs to be enabled to even see the matroska option. laird> config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MONOSCOPE laird> bool "monoscope" laird> @@ -119,4 +120,25 @@ laird> bool "wavparse (*.wav audio)" laird> default y laird> +comment "plugins with external dependencies (more to come)" laird> + What is this comment supposed to mean? That these things don't build right now? -- Bye, Peter Korsgaard