Skip to content
Snippets Groups Projects
Commit beb6030a authored by hluk's avatar hluk
Browse files

Avoid linking to Qt5 DBus library on Windows and macOS

parent 4e662d2a
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ export PATH=$PATH:$INSTALL_PREFIX/bin
"$build" snoretoast "v$SNORETOAST_VERSION" "$SNORETOAST_BASE_URL"
"$build" extra-cmake-modules
"$build" kconfig "" "" "-DKCONFIG_USE_GUI=OFF"
"$build" kconfig "" "" "-DKCONFIG_USE_GUI=OFF -DKCONFIG_USE_DBUS=OFF"
"$build" kwindowsystem
"$build" kcoreaddons
"$build" knotifications
......
......@@ -20,6 +20,7 @@ class Kf5Kconfig < Formula
args << "-DKDE_INSTALL_QTPLUGINDIR=lib/qt5/plugins"
args << "-DKCONFIG_USE_GUI=OFF"
args << "-DKCONFIG_USE_DBUS=OFF"
mkdir "build" do
system "cmake", "-G", "Ninja", "..", *args
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment