blob: 8db24fe1e4d6a3e7147e06a29911d7451907f4f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
index eb1608b..195cefd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -180,6 +180,8 @@ include_directories(
target_link_libraries(libslim
${JPEG_LIBRARIES}
${PNG_LIBRARIES}
+ ${X11_Xft_LIB}
+ ${X11_Xrandr_LIB}
)
#Set up library with all found packages for slim
|