mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/efl to 1.16.0-2
This commit is contained in:
parent
fa5334f68d
commit
27c5f42833
1 changed files with 3 additions and 3 deletions
|
@ -8,14 +8,14 @@
|
|||
pkgbase=efl
|
||||
pkgname=('efl' 'efl-docs')
|
||||
pkgver=1.16.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Enlightenment Foundation Libraries"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.enlightenment.org"
|
||||
license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
|
||||
depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
|
||||
'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
|
||||
'libxinerama' 'libxrandr' 'libxss'
|
||||
'libxinerama' 'libxrandr' 'libxss' 'libinput'
|
||||
'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
|
||||
'libxkbcommon' 'wayland' 'lz4' 'openjpeg' 'avahi')
|
||||
optdepends=('python2: einabench-cmp')
|
||||
|
@ -46,7 +46,7 @@ build() {
|
|||
--disable-static --disable-tslib --enable-fb \
|
||||
--enable-xinput22 --enable-multisense --enable-systemd \
|
||||
--enable-image-loader-webp --enable-harfbuzz --enable-wayland \
|
||||
--enable-liblz4 --disable-neon
|
||||
--enable-liblz4 --enable-drm --disable-neon
|
||||
|
||||
make
|
||||
make -j1 doc
|
||||
|
|
Loading…
Reference in a new issue