Move TDESKTOP_DISABLE_DBUS_INTEGRATION to cmake_helpers

This commit is contained in:
Ilya Fedin
2020-02-16 13:25:26 +04:00
committed by John Preston
parent 8128f851d1
commit bbc516cf43
4 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -31,7 +31,7 @@ jobs:
CMAKE_VER: "3.16.3"
UPLOAD_ARTIFACT: "false"
ONLY_CACHE: "false"
MANUAL_CACHING: "4"
MANUAL_CACHING: "5"
DOC_PATH: "docs/building-cmake.md"
steps:
@@ -382,6 +382,7 @@ jobs:
-no-opengl \
-no-gtk \
-static \
-dbus-runtime \
-openssl-linked \
-I "$OPENSSL_PREFIX/include" OPENSSL_LIBS="$OPENSSL_PREFIX/lib/libssl.a $OPENSSL_PREFIX/lib/libcrypto.a -ldl -lpthread" \
-nomake examples \