summaryrefslogtreecommitdiff
blob: cbbf6343bdfb0e6444171d597ce58068f610b2b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -94,7 +92,8 @@
 set(LIBRARIES_TO_LINK
   ${FREETYPE_LIBRARIES}
   ${X11_LIBRARIES}
-  Xft)
+  Xft
+  pthread)
 
 # Includes
 include(FindDoxygen)