aports/testing/lomiri/0004-No-systemd.patch
2024-08-25 19:49:02 +00:00

22 lines
683 B
Diff

From e291ed5deb5038a767248ebf8e6668ad7a8205b0 Mon Sep 17 00:00:00 2001
From: Luca Weiss <luca@z3ntu.xyz>
Date: Fri, 25 Jun 2021 10:16:19 +0200
Subject: [PATCH 4/6] No systemd
---
data/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index 4bffd05dd..7b5bb8e4f 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -49,4 +49,4 @@ add_custom_target(pkgversion ALL COMMAND echo ${PROJECT_VERSION} | head -n1 > ${
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/version DESTINATION ${CMAKE_INSTALL_LOCALSTATEDIR}/lib/lomiri)
-add_subdirectory(systemd-user)
+#add_subdirectory(systemd-user)
--
2.46.0