From ae61899ab9713629ee8c54fc1a39d16538e060fb Mon Sep 17 00:00:00 2001 From: meep-eep Date: Thu, 24 Mar 2005 14:27:28 +0000 Subject: [PATCH] openal detection with pkg-config git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1598 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/build/unix/config_proginfo | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sc2/build/unix/config_proginfo b/sc2/build/unix/config_proginfo index 812b4a8b1..b5d2719be 100644 --- a/sc2/build/unix/config_proginfo +++ b/sc2/build/unix/config_proginfo @@ -188,6 +188,8 @@ case "$OSNAME" in ;; esac LIB_openal_VERSION="" +LIB_openal_DETECT="try_pkgconfig_lib openal openal" +LIB_openal_DEPEND_DETECT_BIN="pkgconfig" ### OpenGL ###