diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2013-09-01 09:29:15 +0400 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-08 10:50:57 +0200 |
commit | 440db91f914eb9ba19bd208c443638a508be8f46 (patch) | |
tree | 7653d29e97ea4cbd8de38f166fa1a10abdf86e94 /CMakeLists.txt | |
parent | d1a487948aec5f93306f32d07979b2af42e61e33 (diff) | |
download | tdebase-440db91f914eb9ba19bd208c443638a508be8f46.tar.gz tdebase-440db91f914eb9ba19bd208c443638a508be8f46.zip |
Add optional opengl support
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index da54b40b1..be4fceca3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,6 +28,7 @@ include( CheckCXXSourceRuns ) include( CheckCXXSourceCompiles ) include( CheckLibraryExists ) include( CheckFunctionExists ) +include( CheckSymbolExists ) include( CheckStructHasMember ) include( CheckTypeSize ) @@ -70,6 +71,7 @@ option( WITH_XRENDER "Enable xrender support" ${WITH_ALL_OPTIONS} ) option( WITH_XDAMAGE "Enable xdamage support" ${WITH_ALL_OPTIONS} ) option( WITH_XEXT "Enable xext support" ${WITH_ALL_OPTIONS} ) option( WITH_XTEST "Enable xtest support" ${WITH_ALL_OPTIONS} ) +option( WITH_OPENGL "Enable openGL support" ${WITH_ALL_OPTIONS} ) option( WITH_XSCREENSAVER "Enable xscreensaver support" ${WITH_ALL_OPTIONS} ) option( WITH_LIBART "Enable libart support (for SVG icons and wallpapers)" ${WITH_ALL_OPTIONS} ) option( WITH_LIBUSB "Enable control of some mouse models through libusb" ${WITH_ALL_OPTIONS} ) |