mirror of
https://aur.archlinux.org/ocp.git
synced 2024-11-22 12:26:28 +00:00
Explicitly disable X11 for SDL2 build
Likely to be deprecated by upstream.
This commit is contained in:
parent
fc539876d9
commit
ddc3b2529b
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
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\
|
||||
|
|
Loading…
Reference in a new issue