diff options
author | Michele Calgaro <[email protected]> | 2023-09-26 21:07:55 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-26 23:50:19 +0900 |
commit | 85f5856c5536c97abc0b524bc5ce3cb0b40bab2d (patch) | |
tree | 391f89ebadc495786b1de143378062d36199d62c /config.h.cmake | |
parent | 147aca7d8e7fe21364884200823577d0b9ade0a4 (diff) | |
download | k3b-85f5856c5536c97abc0b524bc5ce3cb0b40bab2d.tar.gz k3b-85f5856c5536c97abc0b524bc5ce3cb0b40bab2d.zip |
Fix detection and linking of taglib
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index 03370d3..c864e46 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -33,3 +33,5 @@ // Don't define HAVE_RESMGR due to it seems to be totally outdated // #cmakedefine HAVE_RESMGR + +#cmakedefine HAVE_TAGLIB |