diff options
author | Mavridis Philippe <[email protected]> | 2021-04-01 17:23:51 +0300 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2021-04-01 17:53:09 +0300 |
commit | d3a391bcd6212e7841f5388921ad1640e5cd6dbd (patch) | |
tree | 907572fd58dcceb87c3e59dd8d14d75aefa32edd /CMakeLists.txt | |
parent | 08cff8ad058fdd63303d2b1b218f73b26dfc7921 (diff) | |
download | kompose-d3a391bcd6212e7841f5388921ad1640e5cd6dbd.tar.gz kompose-d3a391bcd6212e7841f5388921ad1640e5cd6dbd.zip |
Added XCOMPOSITE and XDAMAGE checks to CMake rules.
Signed-off-by: Mavridis Philippe <[email protected]>
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 6def290..93d603e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,6 +48,7 @@ tde_setup_paths( ) option( WITH_ALL_OPTIONS "Enable all optional support" OFF ) option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" ${WITH_ALL_OPTIONS} ) +option( WITH_XCOMPOSITE "Enable xcomposite support" ON ) ##### user requested modules #################### |