summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier2023-02-20 08:06:38 -0500
committerXavier2023-02-20 08:06:38 -0500
commit044493a042617412b278657ae2ac3bf3581ec5dc (patch)
tree9fdd074f06f717bdefe26529e4dee14a0dedb715
parentdf8368dfe6146e791a13db9f42f960bcbfde05d0 (diff)
downloadaur-044493a042617412b278657ae2ac3bf3581ec5dc.tar.gz
Disable SDL for users with sdl or sdl12-compat
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 70a0179364c2..e1267be08a8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -82,7 +82,8 @@ package_ocp-sdl2-git() {
'ttf-unifont')
cd $_pkgbase
./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core cross_compiling=yes\
- --without-update-desktop-database\
+ --without-sdl\
+ --without-update-desktop-database\
--without-update-mime-database\
--with-unifontdir=/usr/share/fonts/Unifont\
--with-unifont-ttf=/usr/share/fonts/Unifont/Unifont.ttf\