diff mbox series

[1/1] package/efl: fix build with wepb

Message ID 20201124170323.691734-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/efl: fix build with wepb | expand

Commit Message

Fabrice Fontaine Nov. 24, 2020, 5:03 p.m. UTC
webpdemux support in webp is mandatory since version 1.25.0 and
https://github.com/Enlightenment/efl/commit/df06418b6f39f3b8d73631bda33308b67736bb9d

Fixes:
 - http://autobuild.buildroot.org/results/736357e669c35bd56e818c0c7fabd1b455f40a5f

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/efl/Config.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Romain Naour Nov. 25, 2020, 9:11 p.m. UTC | #1
Hello Fabrice,

Le 24/11/2020 à 18:03, Fabrice Fontaine a écrit :
> webpdemux support in webp is mandatory since version 1.25.0 and
> https://github.com/Enlightenment/efl/commit/df06418b6f39f3b8d73631bda33308b67736bb9d
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/736357e669c35bd56e818c0c7fabd1b455f40a5f
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/efl/Config.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/efl/Config.in b/package/efl/Config.in
> index e4e4c72161..d4a8762de0 100644
> --- a/package/efl/Config.in
> +++ b/package/efl/Config.in
> @@ -256,6 +256,7 @@ config BR2_PACKAGE_EFL_TIFF
>  config BR2_PACKAGE_EFL_WEBP
>  	bool "libevas webp image loader"
>  	select BR2_PACKAGE_WEBP
> +	select BR2_PACKAGE_WEBP_DEMUX

Reviewed-by: Romain Naour <romain.naour@gmail.com>

Best regards,
Romain

>  	help
>  	  This enables the loader code that loads images using WebP.
>  
>
Peter Korsgaard Nov. 26, 2020, 4:10 p.m. UTC | #2
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > webpdemux support in webp is mandatory since version 1.25.0 and
 > https://github.com/Enlightenment/efl/commit/df06418b6f39f3b8d73631bda33308b67736bb9d

 > Fixes:
 >  - http://autobuild.buildroot.org/results/736357e669c35bd56e818c0c7fabd1b455f40a5f

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.
diff mbox series

Patch

diff --git a/package/efl/Config.in b/package/efl/Config.in
index e4e4c72161..d4a8762de0 100644
--- a/package/efl/Config.in
+++ b/package/efl/Config.in
@@ -256,6 +256,7 @@  config BR2_PACKAGE_EFL_TIFF
 config BR2_PACKAGE_EFL_WEBP
 	bool "libevas webp image loader"
 	select BR2_PACKAGE_WEBP
+	select BR2_PACKAGE_WEBP_DEMUX
 	help
 	  This enables the loader code that loads images using WebP.