[planetblupi] 02/04: Add link on libvorbis

Didier Raboud odyx at moszumanska.debian.org
Fri Dec 8 09:04:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch upstream/latest
in repository planetblupi.

commit c4ab50fabeb1c8fee4ecc6c88232369bd176b7e7
Author: Mathieu Schroeter <mathieu at schroetersa.ch>
Date:   Thu Dec 7 13:59:11 2017 +0100

    Add link on libvorbis
---
 CMakeLists.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 248f803..ff280a3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -141,6 +141,8 @@ if ("${STATIC_BUILD}")
   pkg_search_module (AVUTIL REQUIRED libavutil)
   pkg_search_module (SWSCALE REQUIRED libswscale)
   pkg_search_module (SWRESAMPLE REQUIRED libswresample)
+  # Statis dependencies for SDL_mixer
+  pkg_search_module (VORBIS REQUIRED vorbisfile)
 
   if (UNIX AND NOT APPLE)
     pkg_search_module (ALSA REQUIRED alsa)
@@ -172,6 +174,7 @@ if ("${STATIC_BUILD}")
     ${AVUTIL_STATIC_LIBRARIES}
     ${SWSCALE_STATIC_LIBRARIES}
     ${SWRESAMPLE_STATIC_LIBRARIES}
+    ${VORBIS_STATIC_LIBRARIES}
   )
 
   if (${PB_HTTP_VERSION_CHECK})

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/planetblupi.git



More information about the Pkg-games-commits mailing list