mirror of
https://aur.archlinux.org/ocp.git
synced 2024-11-22 12:26:28 +00:00
Disable SDL for users with sdl or sdl12-compat
This commit is contained in:
parent
9bf897c685
commit
f309b93a5d
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue