view src/openal-1-luuid-pkg-config.patch @ 2338:ecc478b45d13

Move more relevant information to the top of the "Download" section
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 28 Mar 2012 16:14:40 +0200
parents f653602a0500
children 99516e73b368
line wrap: on
line source

This file is part of MXE.
See doc/index.html for further information.

This patch has been taken from:


diff -ur openal-soft-1.13.orig/CMakeLists.txt openal-soft-1.13/CMakeLists.txt
--- openal-soft-1.13.orig/CMakeLists.txt	2011-02-16 07:05:40.000000000 +1100
+++ openal-soft-1.13/CMakeLists.txt	2011-03-02 15:40:02.000000000 +1100
@@ -393,6 +393,7 @@
                 SET(BACKENDS  "${BACKENDS} DirectSound \(linked\),")
                 SET(EXTRA_LIBS dsound ${EXTRA_LIBS})
             ENDIF()
+            SET(PKG_CONFIG_LIBS "${PKG_CONFIG_LIBS} -luuid")
         ENDIF()
     ENDIF()
 ENDIF()