mirror of
https://aur.archlinux.org/ocp-git.git
synced 2024-11-22 04:06:29 +00:00
Disable SDL for users with sdl or sdl12-compat
This commit is contained in:
parent
df8368dfe6
commit
044493a042
1 changed files with 2 additions and 1 deletions
1
PKGBUILD
1
PKGBUILD
|
@ -82,6 +82,7 @@ package_ocp-sdl2-git() {
|
|||
'ttf-unifont')
|
||||
cd $_pkgbase
|
||||
./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core cross_compiling=yes\
|
||||
--without-sdl\
|
||||
--without-update-desktop-database\
|
||||
--without-update-mime-database\
|
||||
--with-unifontdir=/usr/share/fonts/Unifont\
|
||||
|
|
Loading…
Reference in a new issue