1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:57:34 +00:00

Ports: Fix building TiMidity++

The build would previously fail if Xorg headers are installed on the
host system.
This commit is contained in:
Gunnar Beutner 2022-10-23 12:46:36 +02:00 committed by Gunnar Beutner
parent 8aab33de5f
commit 7d4387d383

View file

@ -10,6 +10,7 @@ use_fresh_config_sub='true'
config_sub_paths=('autoconf/config.sub')
depends=()
configopts=(
'--without-x'
'lib_cv___va_copy=no'
'lib_cv_va_copy=no'
'lib_cv_va_val_copy=no'