Fix CmakeLists.txt
Had to change PulseAudio back to PULSEAUDIO Arch complains about it in all caps, but Mint refuses to build without it in all caps.
This commit is contained in:
parent
25affc5b54
commit
2223183805
|
|
@ -14,7 +14,7 @@ find_package(RTLSDR)
|
|||
#more messing around
|
||||
#find_package(Curses)
|
||||
find_package(Curses REQUIRED) #making this required until I can fix all instances of it being called to ifdef lines
|
||||
find_package(PulseAudio)
|
||||
find_package(PULSEAUDIO)
|
||||
|
||||
#include_directories(SYSTEM ${LIBSNDFILE_INCLUDE_DIR} ${MBE_INCLUDE_DIR} ${ITPP_INCLUDE_DIR} ${PULSEAUDIO_INCLUDE_DIRS} ${CURSES_INCLUDE_DIR})
|
||||
#set(LIBS ${MBE_LIBRARY} ${LIBSNDFILE_LIBRARY} ${ITPP_LIBRARY} ${PULSEAUDIO_SIMPLE_LIBRARY} ${CURSES_LIBRARY})
|
||||
|
|
|
|||
Loading…
Reference in New Issue