summaryrefslogtreecommitdiff
path: root/x11-wm/wlmaker/files/patch-apps-CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/wlmaker/files/patch-apps-CMakeLists.txt')
-rw-r--r--x11-wm/wlmaker/files/patch-apps-CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/x11-wm/wlmaker/files/patch-apps-CMakeLists.txt b/x11-wm/wlmaker/files/patch-apps-CMakeLists.txt
new file mode 100644
index 000000000000..a7a3fa65390c
--- /dev/null
+++ b/x11-wm/wlmaker/files/patch-apps-CMakeLists.txt
@@ -0,0 +1,9 @@
+https://github.com/phkaeser/wlmaker/issues/13
+
+--- apps/CMakeLists.txt.orig 2024-01-14 14:29:59 UTC
++++ apps/CMakeLists.txt
+@@ -19,3 +19,4 @@ TARGET_LINK_LIBRARIES(wlmclock libwlclient primitives
+ ADD_EXECUTABLE(wlmclock wlmclock.c)
+ TARGET_INCLUDE_DIRECTORIES(wlmclock PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
+ TARGET_LINK_LIBRARIES(wlmclock libwlclient primitives m)
++INSTALL(TARGETS wlmclock DESTINATION bin)