mirror of
https://aur.archlinux.org/ocp-git.git
synced 2024-11-22 04:06:29 +00:00
Explicitly disable X11 for SDL2 build.
Likely to be deprecated by upstream.
This commit is contained in:
parent
10bc7ec17b
commit
3b14da346d
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -82,7 +82,7 @@ package_ocp-sdl2-git() {
|
||||||
'ttf-unifont')
|
'ttf-unifont')
|
||||||
cd $_pkgbase
|
cd $_pkgbase
|
||||||
./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core cross_compiling=yes\
|
./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core cross_compiling=yes\
|
||||||
--without-sdl\
|
--without-sdl --without-x11\
|
||||||
--without-update-desktop-database\
|
--without-update-desktop-database\
|
||||||
--without-update-mime-database\
|
--without-update-mime-database\
|
||||||
--with-unifontdir=/usr/share/fonts/Unifont\
|
--with-unifontdir=/usr/share/fonts/Unifont\
|
||||||
|
|
Loading…
Reference in a new issue