mirror of
https://github.com/termux/termux-packages.git
synced 2025-10-11 22:14:49 +00:00
12 lines
287 B
Diff
12 lines
287 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -193,7 +193,7 @@
|
|
list(APPEND INCLUDE_DIRS "/usr/local/include")
|
|
else()
|
|
|
|
- pkg_search_module(ALSA REQUIRED alsa)
|
|
+ pkg_search_module(ALSA alsa)
|
|
if(ALSA_FOUND)
|
|
add_compile_definitions(HAS_ALSA)
|
|
endif(ALSA_FOUND)
|