diff options
author | Lukas Rusak <lorusak@gmail.com> | 2017-12-12 22:17:14 -0800 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2017-12-18 14:36:02 -0800 |
commit | ddc50b2aff46b60628739bcba1c175d17922111a (patch) | |
tree | c19917a3f193d5841ef95dcd785bb427332fd5d7 /CMakeLists.txt | |
parent | 951914797d51f08c5e55beceadcc743b460eb4e9 (diff) |
xbmc/system.h: remove lirc and input events defines
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b6020840f..1fbeab3a0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -197,7 +197,7 @@ endif() if(ENABLE_LIRC) set(LIRC_DEVICE /dev/lircd CACHE STRING "LIRC device to use") - list(APPEND DEP_DEFINES -DLIRC_DEVICE="${LIRC_DEVICE}" -DHAVE_LIRC=1) + list(APPEND DEP_DEFINES -DLIRC_DEVICE="${LIRC_DEVICE}" -DHAS_LIRC=1) endif() if(ENABLE_AIRTUNES) |