mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
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>
This commit is contained in:
committed by
Thomas Deutschmann
parent
d10609ccab
commit
14cfc97bb7
@@ -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)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user