mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-03-03 19:19:50 +01:00
30 lines
764 B
Diff
30 lines
764 B
Diff
From 1bd3b99ffea595f324ea8995a7bc32c3b37bce6b Mon Sep 17 00:00:00 2001
|
|
From: j1nx <p.steenbergen@j1nx.nl>
|
|
Date: Tue, 27 Oct 2020 15:49:28 +0100
|
|
Subject: [PATCH 1/1] No X11
|
|
|
|
---
|
|
CMakeLists.txt | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 1e4e8676..32b6c839 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -101,9 +101,9 @@ set_package_properties(GSSAPI PROPERTIES DESCRIPTION "Allows KIO to make use of
|
|
PURPOSE "A MIT or HEIMDAL flavor of GSSAPI can be used"
|
|
)
|
|
|
|
-if (NOT APPLE AND NOT WIN32)
|
|
- find_package(X11)
|
|
-endif()
|
|
+#if (NOT APPLE AND NOT WIN32)
|
|
+# find_package(X11)
|
|
+#endif()
|
|
|
|
set(HAVE_X11 ${X11_FOUND})
|
|
if (HAVE_X11)
|
|
--
|
|
2.20.1
|
|
|