summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXavier2023-02-22 02:20:17 -0500
committerXavier2023-02-22 02:20:17 -0500
commitddc3b2529b49156fb0bd1bb460485534629ec85f (patch)
treeb99e7a2c2db7a32b49b27749645aa6ffabc39bfa /PKGBUILD
parentfc539876d9d8d3abd246c213d6ca729de83f7190 (diff)
downloadaur-ddc3b2529b49156fb0bd1bb460485534629ec85f.tar.gz
Explicitly disable X11 for SDL2 build
Likely to be deprecated by upstream.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c1e3b9b4037..73df46befde0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -77,7 +77,7 @@ package_ocp-sdl2() {
'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\