X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=ebf023af82944dce87b100843ffdb02bfcd4f1f1;hb=61354a55ac2abd9e83e1f869cdb735654d6eb74a;hp=50e3ef37470ff9831c26feb6be009a4bff149245;hpb=a51560db710b400a1d2c68831c368158a94bdb81;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 50e3ef37..ebf023af 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,3 +1,6 @@ +IF(alsa_FOUND) + ADD_DEFINITIONS(-DHAVE_AUDIO_PLUGIN=1) +ENDIF(alsa_FOUND) IF(librtlsdr_FOUND) ADD_DEFINITIONS(-DHAVE_RADIO_PLUGIN=1) ENDIF(librtlsdr_FOUND)