mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-24 12:06:31 +01:00
fix(steps-guix): add expat-2.7.4 before dbus and pin dbus cmake search paths to PREFIX
This commit is contained in:
parent
8990eaaed4
commit
de73fe6d0c
4 changed files with 35 additions and 0 deletions
|
|
@ -13,6 +13,9 @@ src_configure() {
|
|||
-DCMAKE_INSTALL_PREFIX="${PREFIX}" \
|
||||
-DCMAKE_INSTALL_LIBDIR="${LIBDIR}" \
|
||||
-DCMAKE_INSTALL_INCLUDEDIR="${PREFIX}/include" \
|
||||
-DCMAKE_PREFIX_PATH="${PREFIX}" \
|
||||
-DCMAKE_INCLUDE_PATH="${PREFIX}/include" \
|
||||
-DCMAKE_LIBRARY_PATH="${LIBDIR}:${PREFIX}/lib" \
|
||||
-DBUILD_SHARED_LIBS=ON \
|
||||
-DDBUS_BUILD_TESTS=OFF \
|
||||
-DDBUS_ENABLE_XML_DOCS=OFF \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue