Template
1
0
Fork 0
mirror of https://aur.archlinux.org/ocp-git.git synced 2024-10-22 21:42:56 +00:00

Explicitly disable X11 for SDL2 build.

Likely to be deprecated by upstream.
This commit is contained in:
Xavier Moffett 2023-02-22 02:12:56 -05:00
parent 10bc7ec17b
commit 3b14da346d

View file

@ -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\