Skip to content
Snippets Groups Projects
Commit d182b9fb authored by Christian Goetze's avatar Christian Goetze
Browse files

Revert one openal -> openal-soft replacement - reviewed by Moss

parent bf9166cb
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ if (OPENAL) ...@@ -12,7 +12,7 @@ if (OPENAL)
if (STANDALONE) if (STANDALONE)
include(FindPkgConfig) include(FindPkgConfig)
include(FindOpenAL) include(FindOpenAL)
pkg_check_modules(OPENAL_LIB REQUIRED openal-soft) pkg_check_modules(OPENAL_LIB REQUIRED openal)
pkg_check_modules(FREEALUT_LIB REQUIRED freealut) pkg_check_modules(FREEALUT_LIB REQUIRED freealut)
else (STANDALONE) else (STANDALONE)
use_prebuilt_binary(openal-soft) use_prebuilt_binary(openal-soft)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment