1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Description: use packaged libfmt-dev
instead of the vendored copy
Author: Alexandre Detiste
Forwarded: not-needed
Last-Update: 2023-11-15
diff --git a/qtads.pro b/qtads.pro
index 21d5cd3..ac63785 100644
--- a/qtads.pro
+++ b/qtads.pro
@@ -92,11 +92,10 @@ disable-audio {
SPX_RESAMPLE_EXPORT=
CONFIG += link_pkgconfig
- PKGCONFIG += sdl2 sndfile libmpg123 fluidsynth vorbisfile
+ PKGCONFIG += sdl2 sndfile libmpg123 fluidsynth vorbisfile fmt
INCLUDEPATH += \
SDL_audiolib \
- SDL_audiolib/3rdparty/fmt/include \
SDL_audiolib/3rdparty/speex_resampler \
SDL_audiolib/include \
SDL_audiolib/src
|