Skip to content
Snippets Groups Projects
Commit 33ca4831 authored by deuce's avatar deuce
Browse files

Fix ALSA check.

parent 5079586d
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ if(PORTAUDIO_FOUND)
endif()
CHECK_INCLUDE_FILES(alsa/asoundlib.h USE_ALSA_SOUND)
if(HAS_INTTYPES_H)
if(USE_ALSA_SOUND)
target_compile_definitions(xpdev PRIVATE USE_ALSA_SOUND)
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment