mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
alarm/kodi-c1 fixes
This commit is contained in:
parent
52915a6992
commit
3b4d1e635f
1 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ license=('GPL2')
|
|||
makedepends=(
|
||||
'afpfs-ng' 'bluez-libs' 'boost' 'cmake' 'curl' 'cwiid' 'doxygen' 'git' 'glew'
|
||||
'gperf' 'hicolor-icon-theme' 'jasper' 'java-runtime' 'libaacs' 'libass'
|
||||
'libbluray' 'libcdio' 'odroid-c1-libgl' 'libmariadbclient' 'libmicrohttpd'
|
||||
'libbluray' 'libcdio' 'odroid-c1-libgl-x11' 'libmariadbclient' 'libmicrohttpd'
|
||||
'libmodplug' 'libmpeg2' 'libnfs' 'libplist' 'libpulse' 'libssh' 'libva'
|
||||
'libxrandr' 'libxslt' 'lzo' 'nasm' 'nss-mdns' 'python2-pillow' 'aml-libs-c1'
|
||||
'python2-pybluez' 'python2-simplejson' 'rtmpdump' 'sdl2' 'sdl_image'
|
||||
|
@ -45,7 +45,7 @@ build() {
|
|||
cd xbmc-${_commit}
|
||||
|
||||
CFLAGS=`echo $CFLAGS | sed -e 's/vfpv3-d16/neon/'` && CXXFLAGS="$CFLAGS"
|
||||
LDFLAGS+="-L/usr/local/lib -L/usr/lib/arm-linux-gnueabihf/mali-egl -L/usr/lib/aml_libs"
|
||||
LDFLAGS+=" -L/usr/lib/mali-egl -L/usr/lib/aml_libs"
|
||||
|
||||
# Bootstrapping
|
||||
MAKEFLAGS=-j1 ./bootstrap
|
||||
|
@ -55,7 +55,7 @@ build() {
|
|||
|
||||
# Configuring XBMC
|
||||
export PYTHON_VERSION=2 # external python v2
|
||||
./configure --prefix=$_prefix --exec-prefix=$_prefix \
|
||||
./configure --prefix=$_prefix \
|
||||
gl_cv_func_gettimeofday_clobber=no ac_cv_lib_bluetooth_hci_devid=no \
|
||||
--disable-debug \
|
||||
--enable-optimizations \
|
||||
|
|
Loading…
Reference in a new issue