aports/testing/lomiri/0003-No-systemd.patch
2025-05-09 17:20:36 +00:00

22 lines
683 B
Diff

From 0e5b67b61e6fc9fde4f2f81710d1f8762134c389 Mon Sep 17 00:00:00 2001
From: Luca Weiss <luca@z3ntu.xyz>
Date: Fri, 25 Jun 2021 10:16:19 +0200
Subject: [PATCH 3/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.49.0