summaryrefslogtreecommitdiffstats
path: root/kdesktop
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2013-09-01 09:29:15 +0400
committerSlávek Banko <slavek.banko@axis.cz>2013-09-08 10:50:57 +0200
commit440db91f914eb9ba19bd208c443638a508be8f46 (patch)
tree7653d29e97ea4cbd8de38f166fa1a10abdf86e94 /kdesktop
parentd1a487948aec5f93306f32d07979b2af42e61e33 (diff)
downloadtdebase-440db91f914eb9ba19bd208c443638a508be8f46.tar.gz
tdebase-440db91f914eb9ba19bd208c443638a508be8f46.zip
Add optional opengl support
Diffstat (limited to 'kdesktop')
-rw-r--r--kdesktop/lock/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdesktop/lock/CMakeLists.txt b/kdesktop/lock/CMakeLists.txt
index 03772be47..256c6a498 100644
--- a/kdesktop/lock/CMakeLists.txt
+++ b/kdesktop/lock/CMakeLists.txt
@@ -38,6 +38,6 @@ set( ${target}_SRCS
tde_add_executable( ${target} AUTOMOC
SOURCES ${${target}_SRCS}
LINK kdesktopsettings-static dmctl-static tdeio-shared Xext
- ${GL_LIBRARY} "${LINKER_IMMEDIATE_BINDING_FLAGS}"
+ ${GL_LIBRARIES} "${LINKER_IMMEDIATE_BINDING_FLAGS}"
DESTINATION ${BIN_INSTALL_DIR}
)