mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/efl: fix
This commit is contained in:
parent
691b81c04d
commit
698e80e210
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - configure with --disable-neon for !aarch64
|
||||
# - aarch64: depend on lua52, configure with --enable-lua-old
|
||||
|
||||
pkgbase=efl
|
||||
pkgname=('efl' 'efl-docs')
|
||||
|
@ -19,6 +20,7 @@ depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
|
|||
'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
|
||||
'libxkbcommon' 'wayland' 'lz4' 'openjpeg' 'avahi'
|
||||
'libspectre' 'libraw' 'librsvg' 'wayland-protocols')
|
||||
depends_aarch64=('lua52')
|
||||
optdepends=('python2: einabench-cmp' 'libreoffice: thumbnailing for DOC/PPT/XLS files')
|
||||
makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick' 'mesa')
|
||||
options=('!emptydirs')
|
||||
|
@ -36,6 +38,7 @@ build() {
|
|||
export CFLAGS="$CFLAGS -fvisibility=hidden"
|
||||
|
||||
[[ $CARCH != "aarch64" ]] && CONFIG="--disable-neon"
|
||||
[[ $CARCH == "aarch64" ]] && CONFIG="--enable-lua-old"
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--disable-static --disable-tslib --enable-fb \
|
||||
|
|
Loading…
Reference in a new issue