mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +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:
parent
8aab33de5f
commit
7d4387d383
Notes:
sideshowbarker
2024-07-17 05:10:35 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/7d4387d383 Pull-request: https://github.com/SerenityOS/serenity/pull/15759 Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/timschumi
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue