Disable KRunner, X11, and DBus on Haiku

This commit is contained in:
Luc Schrijvers
2024-09-25 13:31:00 +00:00
committed by Tobias Fella
parent 848031c315
commit 232c45979a
2 changed files with 2 additions and 2 deletions

View File

@@ -387,7 +387,7 @@ if(NOT ANDROID)
target_compile_definitions(neochat PUBLIC -DHAVE_ICU)
endif()
if (NOT ANDROID AND NOT WIN32 AND NOT APPLE)
if (NOT ANDROID AND NOT WIN32 AND NOT APPLE AND NOT HAIKU)
target_compile_definitions(neochat PUBLIC -DHAVE_RUNNER)
target_compile_definitions(neochat PUBLIC -DHAVE_X11=1)
target_sources(neochat PRIVATE runner.cpp)