[pulseaudio] 02/06: Pass --disable-hal-compat to configure
Felipe Sateler
fsateler at moszumanska.debian.org
Thu Jun 11 03:53:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
fsateler pushed a commit to branch master
in repository pulseaudio.
commit 2e05f57b6076f8604c61f81c46eee595db08c7a4
Author: Felipe Sateler <fsateler at debian.org>
Date: Thu Jun 11 00:11:43 2015 -0300
Pass --disable-hal-compat to configure
We are not installing so don't build it either
Partially reverts commit aa2b9fd0e38ef6cf531b7dd20f3c14f554110ac0.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 434932a..9be766f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,7 +45,7 @@ clean::
# Libs should be in the multi-arch path, but the modules should be in the
# normal directory as pulseaudio is foreign
-DEB_CONFIGURE_EXTRA_FLAGS = --enable-x11 \
+DEB_CONFIGURE_EXTRA_FLAGS = --enable-x11 --disable-hal-compat \
--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
--with-module-dir=\$${prefix}/lib/pulse-$(DEB_UPSTREAM_VERSION)/modules \
--with-zsh-completion-dir=\$${datadir}/zsh/vendor-completions \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-pulseaudio/pulseaudio.git
More information about the pkg-pulseaudio-devel
mailing list