diff options
author | 2020-11-24 18:03:23 +0100 | |
---|---|---|
committer | 2020-11-26 17:10:02 +0100 | |
commit | 854ea9a98eebeedb9b2c05460994f29c0c9cea9e (patch) | |
tree | f7ed3d3bfb489d76c160de0360274f0cc2c6513e | |
parent | 6ca12d89f1182b21aa922f92501cd641ab318398 (diff) | |
download | buildroot-854ea9a98eebeedb9b2c05460994f29c0c9cea9e.tar.gz buildroot-854ea9a98eebeedb9b2c05460994f29c0c9cea9e.tar.bz2 |
package/efl: fix build with wepb
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>
Reviewed-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/efl/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
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. |