[Buildroot] [PATCH 1/1] package/wpewebkit: add BR2_PACKAGE_HAS_LIBEGL_WAYLAND dependency

Giulio Benetti giulio.benetti at micronovasrl.com
Thu May 16 21:38:41 UTC 2019


Il 16/05/2019 23:35, Giulio Benetti ha scritto:
> Hello Fabrice,
> 
> Il 16/05/2019 22:12, Fabrice Fontaine ha scritto:
>> Commit 5b3c7a3e7828107eaa9dad49ba2650466277d891 added a
>> BR2_PACKAGE_HAS_LIBEGL_WAYLAND dependency to wpebackend-fdo but forget
>> to add it to wpewebkit
>>
>> Fixes:
>>   - 
>> http://autobuild.buildroot.net/results/49e04166de68358e69bce580b29ba3a25b313acf 
>>
>>
>> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
> 
> Reviewed-by: Giulio Benetti <giulio.benetti at micronovasrl.com>

Please discard this ^^^^^^^^^

>> ---
>>   package/wpewebkit/Config.in | 6 ++++--
>>   1 file changed, 4 insertions(+), 2 deletions(-)
>>
>> diff --git a/package/wpewebkit/Config.in b/package/wpewebkit/Config.in
>> index 04ebe5452b..15db924829 100644
>> --- a/package/wpewebkit/Config.in
>> +++ b/package/wpewebkit/Config.in
>> @@ -35,10 +35,11 @@ comment "wpewebkit needs a toolchain w/ C++, 
>> wchar, threads, dynamic library, gc
>>           || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS \
>>           || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || 
>> !BR2_HOST_GCC_AT_LEAST_4_8
>> -comment "wpewebkit needs an OpenGL ES w/ EGL backend"
>> +comment "wpewebkit needs an OpenGL ES w/ EGL-capable Wayland backend"
>>       depends on BR2_PACKAGE_WPEWEBKIT_ARCH_SUPPORTS
>>       depends on !BR2_BINFMT_FLAT
>> -    depends on !BR2_PACKAGE_HAS_LIBGLES || !BR2_PACKAGE_HAS_LIBEGL
>> +    depends on !BR2_PACKAGE_HAS_LIBGLES || !BR2_PACKAGE_HAS_LIBEGL \
>> +        || !BR2_PACKAGE_HAS_LIBEGL_WAYLAND
>>   config BR2_PACKAGE_WPEWEBKIT
>>       bool "wpewebkit"
>> @@ -51,6 +52,7 @@ config BR2_PACKAGE_WPEWEBKIT
>>       depends on BR2_USE_WCHAR # icu, libsoup
>>       depends on BR2_PACKAGE_HAS_LIBGLES # libepoxy
>>       depends on BR2_PACKAGE_HAS_LIBEGL # libepoxy
>> +    depends on BR2_PACKAGE_HAS_LIBEGL_WAYLAND # wpebackend-fdo
>>       depends on BR2_PACKAGE_WPEWEBKIT_ARCH_SUPPORTS
>>       select BR2_PACKAGE_CAIRO
>>       select BR2_PACKAGE_CAIRO_PNG
>>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot


More information about the buildroot mailing list