From ddc3b2529b49156fb0bd1bb460485534629ec85f Mon Sep 17 00:00:00 2001 From: Xavier Date: Wed, 22 Feb 2023 02:20:17 -0500 Subject: [PATCH] Explicitly disable X11 for SDL2 build Likely to be deprecated by upstream. --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 2c1e3b9..73df46b 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\