d/rules: Explicitly enable various desired libraries
This commit is contained in:
parent
192e0d9740
commit
da28448005
|
|
@ -6,6 +6,7 @@ ostree (2018.5+42+gecdebeb2-1) UNRELEASED; urgency=medium
|
|||
- d/copyright: Update
|
||||
- d/libostree-1-1.symbols: Update
|
||||
- Build-depend on Avahi libraries
|
||||
* d/rules: Explicitly enable various desired libraries
|
||||
|
||||
-- Simon McVittie <smcv@debian.org> Fri, 08 Jun 2018 09:10:21 +0100
|
||||
|
||||
|
|
|
|||
|
|
@ -15,12 +15,18 @@ configure_options = \
|
|||
GJS=some-nonexistent-gjs-binary \
|
||||
--enable-installed-tests \
|
||||
--libexecdir='$${prefix}/lib' \
|
||||
--with-avahi \
|
||||
--with-dracut \
|
||||
--with-grub2 \
|
||||
--with-grub2-mkconfig-path=/usr/sbin/grub-mkconfig \
|
||||
--with-libarchive \
|
||||
--with-libsystemd \
|
||||
--with-libmount \
|
||||
--with-soup \
|
||||
--with-selinux \
|
||||
--with-systemdsystemgeneratordir=/lib/systemd/system-generators \
|
||||
--with-systemdsystemunitdir=/lib/systemd/system \
|
||||
--without-smack \
|
||||
$(NULL)
|
||||
|
||||
ifneq ($(filter libostree-doc,$(binaries)),)
|
||||
|
|
|
|||
Loading…
Reference in New Issue