diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-10 15:25:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-10 15:25:57 -0600 |
commit | 45fb5561be6e828c78180c781f74d0ae9d1c3ea4 (patch) | |
tree | eeb055a813e58ec2d68ae00d8bf19e076b52bff3 /CMakeLists.txt | |
parent | d6707f9679373588ae165f19d97d94580a8501fe (diff) | |
download | tdebase-45fb5561be6e828c78180c781f74d0ae9d1c3ea4.tar.gz tdebase-45fb5561be6e828c78180c781f74d0ae9d1c3ea4.zip |
Enable xtest support flag
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 b832a923e..f4d11ac16 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,6 +65,7 @@ option( WITH_XRANDR "Enable xrandr support" OFF ) option( WITH_XRENDER "Enable xrender support" OFF ) option( WITH_XDAMAGE "Enable xdamage support" OFF ) option( WITH_XEXT "Enable xext support" OFF ) +option( WITH_XTEST "Enable xext support" OFF ) option( WITH_LIBUSB "Enable control of some mouse models through libusb" OFF ) option( WITH_LIBRAW1394 "Enable visualization of ieee1394 devices through libraw1394" OFF ) option( WITH_SUDO_TDESU_BACKEND "Use sudo as backend for tdesu (default is su)" OFF ) |