From f309b93a5d51164d957b2b7b47e6a53a4f1c8d1b Mon Sep 17 00:00:00 2001 From: Xavier Date: Mon, 20 Feb 2023 07:51:33 -0500 Subject: [PATCH] Disable SDL for users with sdl or sdl12-compat --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index b3578c2..02e373b 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