mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-05 05:57:14 +02:00
26 lines
780 B
Diff
26 lines
780 B
Diff
From 9adc14d1cd6d2aed5a4103d75ea96f2326414836 Mon Sep 17 00:00:00 2001
|
|
From: Aster Boese <asterboese@mailbox.org>
|
|
Date: Sun, 15 Oct 2023 17:49:13 -0400
|
|
Subject: [PATCH 3/3] remove daemon directory
|
|
|
|
Temporary patch to allow compiling. Will be fixed when work on ofono begins.
|
|
---
|
|
CMakeLists.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index f177f18..95ebdcc 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -97,7 +97,7 @@ set(HISTORY_VERSION_PATCH 0)
|
|
set(PACKAGE_VERSION ${HISTORY_VERSION_MAJOR}.${HISTORY_VERSION_MINOR}.${HISTORY_VERSION_PATCH})
|
|
|
|
add_subdirectory(src)
|
|
-add_subdirectory(daemon)
|
|
+# add_subdirectory(daemon)
|
|
add_subdirectory(plugins)
|
|
add_subdirectory(tools)
|
|
add_subdirectory(Lomiri)
|
|
--
|
|
2.45.1
|
|
|