Browse Source

Add X11_Xext_LIB to target_link_libraries of slimlock

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Nobuhiro Iwamatsu 11 years ago
parent
commit
6e47d672d8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -188,6 +188,7 @@ target_link_libraries(slimlock
 	${X11_Xrender_LIB}
 	${X11_Xrandr_LIB}
 	${X11_Xmu_LIB}
+	${X11_Xext_LIB}
 	${FREETYPE_LIBRARY}
 	${JPEG_LIBRARIES}
 	${PNG_LIBRARIES}