[Buildroot] [PATCH v2 4/6] package/gstreamer1/gst1-plugins-bad: convert package type to meson

Arnout Vandecappelle arnout at mind.be
Wed Jul 10 21:57:20 UTC 2019



On 10/07/2019 23:08, Peter Seiderer wrote:
> On Wed, 10 Jul 2019 11:36:32 -0400, aduskett at gmail.com wrote:
> 
>> From: Adam Duskett <Aduskett at gmail.com>
[snip]
>>  config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_BLUEZ
>>  	bool "bluez"
>> -	depends on BR2_USE_WCHAR # bluez5_utils -> libglib2
>> -	depends on BR2_TOOLCHAIN_HAS_THREADS # bluez5_utils -> dbus, libglib2
>> -	depends on BR2_USE_MMU # bluez5_utils -> dbus
>> -	depends on !BR2_STATIC_LIBS # bluez5_utils -> uses dlfcn
>> -	depends on !BR2_PACKAGE_BLUEZ_UTILS # bluez5_utils -> conflicts with 4.x version
>> -	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 # bluez5_utils
>> -	depends on BR2_TOOLCHAIN_HAS_SYNC_4 # bluez5_utils
>> +	depends on BR2_USE_WCHAR # libglib2
>> +	depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
>> +	depends on BR2_USE_MMU # dbus
>> +	depends on !BR2_STATIC_LIBS # uses dlfcn
>> +	depends on !BR2_PACKAGE_BLUEZ_UTILS # conflicts with 4.x version
>> +	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
>> +	depends on BR2_TOOLCHAIN_HAS_SYNC_4
> 
> Why all this comment changes? I believe the bluez5_utils comment makes it more clear
> where the dependencies come from...

 +1

 And anyway, it is not something related to conversion to meson.


 Regards,
 Arnout

[snip]



More information about the buildroot mailing list