mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 20:25:28 +03:00
13 lines
323 B
Diff
13 lines
323 B
Diff
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
|