aedi: link zdoom base target with glib

zmusic uses embedded fluidsynth since 1.1.11
This commit is contained in:
alexey.lysiuk 2022-11-05 17:20:09 +02:00
parent 09d50b39ed
commit 6a28d16f6f

View file

@ -87,7 +87,7 @@ class ZDoomBaseTarget(CMakeMainTarget):
def configure(self, state: BuildState):
opts = state.options
opts['CMAKE_EXE_LINKER_FLAGS'] += state.run_pkg_config('--libs', 'fluidsynth', 'libmpg123')
opts['CMAKE_EXE_LINKER_FLAGS'] += state.run_pkg_config('--libs', 'glib-2.0', 'libmpg123', 'openal', 'sndfile')
opts['PK3_QUIET_ZIPDIR'] = 'YES'
opts['DYN_OPENAL'] = 'NO'