From 044493a042617412b278657ae2ac3bf3581ec5dc Mon Sep 17 00:00:00 2001 From: Xavier Date: Mon, 20 Feb 2023 08:06:38 -0500 Subject: [PATCH] Disable SDL for users with sdl or sdl12-compat --- PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 70a0179..e1267be 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\