forked from pool/alure
3499a7e1e4
Fix tumbleweed OBS-URL: https://build.opensuse.org/request/show/954336 OBS-URL: https://build.opensuse.org/package/show/games/alure?expand=0&rev=9
11 lines
315 B
Diff
11 lines
315 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -281,6 +281,7 @@ IF(FLAC)
|
|
IF(FLAC_FOUND)
|
|
INCLUDE_DIRECTORIES(${FLAC_INCLUDE_DIR})
|
|
SET(HAS_FLAC 1)
|
|
+ SET(LIBFLAC_LIBRARIES ${FLAC_LIBRARIES})
|
|
ENDIF(FLAC_FOUND)
|
|
IF(HAS_FLAC)
|
|
SET(ALURE_OBJS ${ALURE_OBJS} src/codec_flac.cpp)
|