summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor V. Kovalenko <igor.v.kovalenko@gmail.com>2021-06-29 02:48:43 +0300
committerThomas Deutschmann <whissi@gentoo.org>2021-07-07 01:15:58 +0200
commit14cfc97bb776fe4b824d73bce47fdd035a425ccc (patch)
tree740d95ef298673b7fccbe49008bc4ef49dbf678a /media-sound/pulseaudio
parentsys-kernel/genkernel: bump to v4.2.2 (diff)
downloadgentoo-14cfc97bb776fe4b824d73bce47fdd035a425ccc.tar.gz
gentoo-14cfc97bb776fe4b824d73bce47fdd035a425ccc.tar.bz2
gentoo-14cfc97bb776fe4b824d73bce47fdd035a425ccc.zip
media-sound/pulseaudio: Only require native ABI for systemd/elogind
Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com> Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'media-sound/pulseaudio')
-rw-r--r--media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild b/media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild
index 71b0e7e4ba69..e46e590e1914 100644
--- a/media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild
@@ -120,7 +120,7 @@ COMMON_DEPEND="
selinux? ( sec-policy/selinux-pulseaudio )
sox? ( >=media-libs/soxr-0.1.1 )
ssl? ( dev-libs/openssl:= )
- systemd? ( sys-apps/systemd:=[${MULTILIB_USEDEP}] )
+ systemd? ( sys-apps/systemd:= )
tcpd? ( sys-apps/tcp-wrappers[${MULTILIB_USEDEP}] )
udev? ( >=virtual/udev-143[hwdb(+)] )
webrtc-aec? ( >=media-libs/webrtc-audio-processing-0.2 )
@@ -213,9 +213,9 @@ multilib_src_configure() {
#$(meson_use cpu_flags_arm_neon neon-opt)
$(meson_native_use_feature tcpd tcpwrap)
$(meson_feature dbus)
- $(meson_feature elogind)
+ $(meson_native_use_feature elogind)
$(meson_feature X x11)
- $(meson_feature systemd)
+ $(meson_native_use_feature systemd)
$(meson_use ipv6)
)