diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-10 15:25:57 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-03 03:27:38 +0200 |
commit | e14a5031533a270c03844a5442e41876420463fc (patch) | |
tree | 4ae5deeb4a6a9a082c2351b7eb6087150fbf88d4 /config.h.cmake | |
parent | 2873e76d929e0c1e244278b952af5ae8a77bd705 (diff) | |
download | tdebase-e14a5031533a270c03844a5442e41876420463fc.tar.gz tdebase-e14a5031533a270c03844a5442e41876420463fc.zip |
Enable xtest support flag
(cherry picked from commit 45fb5561be6e828c78180c781f74d0ae9d1c3ea4)
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index ba5e20530..27b055f73 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -15,6 +15,9 @@ // konsole, kdm, kxkb #cmakedefine HAVE_XKB 1 +// kxkb +#cmakedefine HAVE_XTEST 1 + // kdm, kioslave #cmakedefine HAVE_TERMIOS_H 1 |