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
9782c8d9c5
commit
df8368dfe6
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -105,7 +105,7 @@ package_ocp-git() {
|
||||||
'libdiscid')
|
'libdiscid')
|
||||||
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-x11 --without-sdl2\
|
--without-x11 --without-sdl --without-sdl2\
|
||||||
--without-update-desktop-database\
|
--without-update-desktop-database\
|
||||||
--without-update-mime-database
|
--without-update-mime-database
|
||||||
make DESTDIR="$pkgdir" libocp.so
|
make DESTDIR="$pkgdir" libocp.so
|
||||||
|
|
Loading…
Reference in a new issue