Skip to content

Commit

Permalink
build: remove "dbus" from homepage build
Browse files Browse the repository at this point in the history
is not needed and causes the error #2252
  • Loading branch information
Markus Raab committed Nov 17, 2018
1 parent 106a95e commit 3f1a86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-homepage
Expand Up @@ -21,7 +21,7 @@ LD_FLAGS='-Wl,-z,now -Wl,-z,relro'

cmake -DENABLE_ASAN=ON -DBUILD_FULL=OFF -DBUILD_SHARED=ON -DBUILD_STATIC=OFF -DBUILD_DOCUMENTATION=OFF \
-DCMAKE_INSTALL_PREFIX="${INSTALL_PATH}" -DINSTALL_SYSTEM_FILES=OFF \
-DPLUGINS='ALL;-EXPERIMENTAL;-fstab;-semlock;-ruby;-lua;-python;-xerces;-yamlcpp;-python2;file;camel' \
-DPLUGINS='ALL;-EXPERIMENTAL;-fstab;-semlock;-ruby;-lua;-python;-xerces;-yamlcpp;-python2;file;camel;-dbus' \
-DTOOLS='kdb;rest-backend;rest-frontend' \
-DCMAKE_C_FLAGS="$C_FLAGS" \
-DCMAKE_CXX_FLAGS="$C_FLAGS" \
Expand Down

0 comments on commit 3f1a86c

Please sign in to comment.