File: use_distro_libfmt

package info (click to toggle)
qtads 3.4.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 24,496 kB
  • sloc: cpp: 181,208; ansic: 46,562; python: 1,060; sh: 68; xml: 68; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 665 bytes parent folder | download
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