mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/efl to 1.12.0-3
This commit is contained in:
parent
049b51ff86
commit
3fa0c39f8d
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue