Skip to content
Snippets Groups Projects
Commit fc62f4a9 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

packaging: build without dbus

Change-Id: I4e08d256c651cdbc143c8315329931c6d95364c7
parent 2635c686
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,7 @@ override_dh_auto_build:
./autogen.sh && \
./configure \
--prefix=/usr \
--without-dbus \
--host=${HOST_ARCH}
# Daemon build
......
......@@ -85,6 +85,7 @@ cd %{_builddir}/ring-project/daemon && \
./autogen.sh && \
./configure \
--prefix=%{_prefix} \
--without-dbus \
--libdir=%{_libdir}
# Build the daemon.
......
......@@ -245,7 +245,7 @@ parts:
cd $SNAPCRAFT_PART_BUILD/daemon
./autogen.sh
./configure --prefix=/usr
./configure --prefix=/usr --without-dbus
make -j$SNAPCRAFT_PARALLEL_BUILD_COUNT
DESTDIR=$SNAPCRAFT_PART_INSTALL make install
......
......@@ -257,7 +257,7 @@ parts:
cd $SNAPCRAFT_PART_BUILD/daemon
./autogen.sh
./configure --prefix=/usr
./configure --prefix=/usr --without-dbus
make -j$SNAPCRAFT_PARALLEL_BUILD_COUNT
DESTDIR=$SNAPCRAFT_PART_INSTALL make install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment