1
0
Fork 0
mirror of https://aur.archlinux.org/ocp.git synced 2024-10-18 11:32:58 +00:00

Disable SDL for users with sdl or sdl12-compat

This commit is contained in:
Xavier Moffett 2023-02-20 07:51:33 -05:00
parent 9bf897c685
commit f309b93a5d

View file

@ -4,7 +4,7 @@
_pkgbase=ocp _pkgbase=ocp
pkgname=('ocp' 'ocp-sdl2') pkgname=('ocp' 'ocp-sdl2')
pkgver=0.2.103 pkgver=0.2.103
pkgrel=5 pkgrel=6
pkgdesc="Open Cubic Player" pkgdesc="Open Cubic Player"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://stian.cubic.org/project-ocp.php" url="https://stian.cubic.org/project-ocp.php"
@ -100,7 +100,7 @@ package_ocp() {
'libdiscid') 'libdiscid')
cd $_pkgbase cd $_pkgbase
./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core cross_compiling=yes\ ./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core cross_compiling=yes\
--without-x11 --without-sdl2\ --without-x11 --without-sdl --without-sdl2\
--without-update-desktop-database\ --without-update-desktop-database\
--without-update-mime-database --without-update-mime-database
make DESTDIR="$pkgdir" libocp.so make DESTDIR="$pkgdir" libocp.so