diff options
author | Slávek Banko <[email protected]> | 2012-10-29 04:12:14 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-10-29 04:12:14 +0100 |
commit | af8d937e62c921f46a41232a7aa64a747f9fcb15 (patch) | |
tree | c58e2293f84115512445400f5a30c450ff7b9616 /CMakeLists.txt | |
parent | 6ef120bb4acda24b8fe1ff98c0bd0fd2bd848a81 (diff) | |
download | amarok-af8d937e62c921f46a41232a7aa64a747f9fcb15.tar.gz amarok-af8d937e62c921f46a41232a7aa64a747f9fcb15.zip |
Add conditionnal inotify support
Thanks to Francois Andriot
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7c826764..0a095c86 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,6 +54,7 @@ option( WITH_NJB "Enable njb support" OFF ) option( WITH_MTP "Enable mtp support" OFF ) option( WITH_RIOKARMA "Enable riokarma support" OFF ) option( WITH_DAAP "Enable daap support" OFF ) +option( WITH_INOTIFY "Enable inotify support" OFF ) ##### user requested modules #################### |