summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXavier2023-02-20 07:51:33 -0500
committerXavier2023-02-20 07:51:33 -0500
commitf309b93a5d51164d957b2b7b47e6a53a4f1c8d1b (patch)
tree0ce3c97afd1f0feca773eb4b4e65bdb8315c0931 /PKGBUILD
parent9bf897c6853448af6af38fd57c7ad07071a74119 (diff)
downloadaur-f309b93a5d51164d957b2b7b47e6a53a4f1c8d1b.tar.gz
Disable SDL for users with sdl or sdl12-compat
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3578c2e474a..02e373b7049b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgbase=ocp
pkgname=('ocp' 'ocp-sdl2')
pkgver=0.2.103
-pkgrel=5
+pkgrel=6
pkgdesc="Open Cubic Player"
arch=('i686' 'x86_64')
url="https://stian.cubic.org/project-ocp.php"
@@ -100,7 +100,7 @@ package_ocp() {
'libdiscid')
cd $_pkgbase
./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-mime-database
make DESTDIR="$pkgdir" libocp.so