summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier2023-02-22 02:12:56 -0500
committerXavier2023-02-22 02:12:56 -0500
commit3b14da346dbed94957856714a41613f5b086fed3 (patch)
tree8aa88db1d07e7671e1b78162a34971525330d8f4
parent10bc7ec17b68f6b9fb8a46a9638be581164489e2 (diff)
downloadaur-3b14da346dbed94957856714a41613f5b086fed3.tar.gz
Explicitly disable X11 for SDL2 build.
Likely to be deprecated by upstream.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0755d796c76d..f0dea30900e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -82,7 +82,7 @@ package_ocp-sdl2-git() {
'ttf-unifont')
cd $_pkgbase
./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core cross_compiling=yes\
- --without-sdl\
+ --without-sdl --without-x11\
--without-update-desktop-database\
--without-update-mime-database\
--with-unifontdir=/usr/share/fonts/Unifont\