diff --git a/extra/efl/PKGBUILD b/extra/efl/PKGBUILD index 175758e40..6df1b5637 100644 --- a/extra/efl/PKGBUILD +++ b/extra/efl/PKGBUILD @@ -8,7 +8,7 @@ pkgbase=efl pkgname=('efl' 'efl-docs') pkgver=1.12.0 -pkgrel=1 +pkgrel=3 pkgdesc="Enlightenment Foundation Libraries" arch=('i686' 'x86_64') url="http://www.enlightenment.org" @@ -17,7 +17,7 @@ depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base' 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite' 'libxinerama' 'libxrandr' 'libxss' 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info' - 'libxkbcommon' 'wayland') + 'libxkbcommon' 'wayland' 'lz4') optdepends=('python2: einabench-cmp') makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript') replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo' @@ -45,7 +45,8 @@ build() { ./configure --prefix=/usr \ --disable-static --disable-tslib --enable-fb \ --enable-xinput22 --enable-multisense --enable-systemd \ - --enable-image-loader-webp --enable-harfbuzz --enable-wayland --disable-neon + --enable-image-loader-webp --enable-harfbuzz --enable-wayland \ + --enable-liblz4 --disable-neon make make -j1 doc