efl.spec: enable WebP Animation Feature 70/236370/3
authorTaehyub Kim <taehyub.kim@samsung.com>
Tue, 16 Jun 2020 12:16:40 +0000 (21:16 +0900)
committerHermet Park <chuneon.park@samsung.com>
Wed, 17 Jun 2020 02:38:49 +0000 (02:38 +0000)
libwebp-1.1.0 library is included in the binary after tizen_unified_20200528.2
WebP Animation can be enabeld now.

Change-Id: I20b17049f7caca332a1af7ceb5c4e32e252bdaa5

packaging/efl.spec

index 9c381be..e2a6853 100644 (file)
@@ -108,6 +108,8 @@ BuildRequires:  pkgconfig(fribidi)
 BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(harfbuzz)
 BuildRequires:  pkgconfig(libtbm)
+BuildRequires:  pkgconfig(libwebp)
+BuildRequires:  pkgconfig(libwebpdemux)
 
 #eeze
 BuildRequires:  pkgconfig(libudev)
@@ -1196,7 +1198,7 @@ meson setup \
     -Dglib=true -Dexactness=false \
     -Decore-imf-loaders-disabler="xim, ibus, scim" -Dlua-interpreter=lua \
     -Demotion-loaders-disabler="gstreamer1, libvlc, xine" \
-    -Devas-loaders-disabler="gst, pdf, ps, raw, webp, rsvg, jp2k" \
+    -Devas-loaders-disabler="gst, pdf, ps, raw, rsvg, jp2k" \
     -Delementary-base-dir='share/.elementary' \
     --buildtype plain \
     --prefix /usr \