kodi: disable gold
This commit is contained in:
parent
5a9fc43526
commit
1680b83b1f
1 changed files with 5 additions and 9 deletions
|
@ -5,7 +5,8 @@ revision=4
|
||||||
_codename="Leia"
|
_codename="Leia"
|
||||||
wrksrc="xbmc-${version}-${_codename}"
|
wrksrc="xbmc-${version}-${_codename}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_INTERNAL_CROSSGUID=OFF -DWITH_FFMPEG=/usr"
|
configure_args="-DENABLE_INTERNAL_CROSSGUID=OFF -DWITH_FFMPEG=/usr
|
||||||
|
-DENABLE_LDGOLD=OFF"
|
||||||
short_desc="Software media player and entertainment hub for digital media"
|
short_desc="Software media player and entertainment hub for digital media"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
@ -44,17 +45,12 @@ depends+=" glxinfo hicolor-icon-theme desktop-file-utils xdpyinfo"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
aarch64*)
|
aarch64*)
|
||||||
hostmakedepends+=" libmysqlclient-devel SDL2_image-devel lzo-devel";
|
hostmakedepends+=" libmysqlclient-devel SDL2_image-devel lzo-devel"
|
||||||
makedepends+=" python-devel ffmpeg-devel";
|
makedepends+=" python-devel ffmpeg-devel"
|
||||||
configure_args+=" -DENABLE_LDGOLD=Off -DENABLE_VAAPI=OFF";
|
configure_args+=" -DENABLE_VAAPI=OFF"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# gold broken with musl
|
|
||||||
case "$XBPS_MACHINE" in
|
|
||||||
*-musl) configure_args+=" -DENABLE_LDGOLD=Off";;
|
|
||||||
esac
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
find -type f | \
|
find -type f | \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue