From 3b14da346dbed94957856714a41613f5b086fed3 Mon Sep 17 00:00:00 2001 From: Xavier Date: Wed, 22 Feb 2023 02:12:56 -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 0755d79..f0dea30 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\