mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
23 lines
590 B
Plaintext
23 lines
590 B
Plaintext
From cd781d180f2c9b5304754efeb8b266663247ee10 Mon Sep 17 00:00:00 2001
|
|
From: Schrijvers Luc <begasus@gmail.com>
|
|
Date: Sat, 29 Jun 2024 11:57:18 +0200
|
|
Subject: Disable KDBUSADDONS for Haiku also
|
|
|
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 9889e6b..54d7559 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -87,7 +87,7 @@ find_package(
|
|
SyntaxHighlighting
|
|
)
|
|
|
|
-if (NOT WIN32 AND NOT APPLE)
|
|
+if (NOT WIN32 AND NOT APPLE AND NOT HAIKU)
|
|
find_package(KF${KF_MAJOR_VERSION}DBusAddons ${KF_MIN_VERSION} CONFIG REQUIRED)
|
|
set(HAVE_KDBUSADDONS true)
|
|
endif()
|
|
--
|
|
2.45.1
|
|
|