diff options
| author | Adam Duskett <Aduskett@gmail.com> | 2017-04-22 13:17:54 -0400 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-01 11:32:04 +0200 |
| commit | 791c5db7439ed21044db2106b0955e5a859a7b83 (patch) | |
| tree | b3dc95a9fe869f671e9aa7a72cffc190eba5494e /package/gstreamer/gst-plugins-bad | |
| parent | 1ad03d5481ec3329bb9bc73799398737faddd386 (diff) | |
| download | buildroot-791c5db7439ed21044db2106b0955e5a859a7b83.tar.gz buildroot-791c5db7439ed21044db2106b0955e5a859a7b83.zip | |
packages/g*/Config.in: fix ordering of statements
The check-package script when ran gives warnings on ordering issues
on all of these Config files. This patch cleans up all warnings
related to the ordering in the Config files for packages starting with
the letter g in the package directory.
The appropriate ordering is: type, default, depends on, select, help
See http://nightly.buildroot.org/#_config_files for more information.
Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gstreamer/gst-plugins-bad')
| -rw-r--r-- | package/gstreamer/gst-plugins-bad/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/gstreamer/gst-plugins-bad/Config.in b/package/gstreamer/gst-plugins-bad/Config.in index d54415a170..939fc7a7fa 100644 --- a/package/gstreamer/gst-plugins-bad/Config.in +++ b/package/gstreamer/gst-plugins-bad/Config.in @@ -57,8 +57,8 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DEBUGUTILS bool "debugutils" config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DECKLINK - depends on BR2_INSTALL_LIBSTDCPP bool "decklink" + depends on BR2_INSTALL_LIBSTDCPP comment "decklink needs a toolchain w/ C++" depends on !BR2_INSTALL_LIBSTDCPP @@ -261,8 +261,8 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_CURL config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DIRECTFB bool "directfb" - depends on BR2_PACKAGE_DIRECTFB default y + depends on BR2_PACKAGE_DIRECTFB config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DVB bool "dvb" |

