diff options
author | Igor V. Kovalenko <igor.v.kovalenko@gmail.com> | 2022-06-14 22:58:30 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-15 22:56:33 +0100 |
commit | 8d2998e0a0f52d6eeb91d254db44462fcaa89ab2 (patch) | |
tree | f70419acae6fd7347eff0b2a5e467974eefa020e /media-sound/pulseaudio-daemon | |
parent | media-sound/pulseaudio-daemon: Make module-console-kit optional (diff) | |
download | gentoo-8d2998e0a0f52d6eeb91d254db44462fcaa89ab2.tar.gz gentoo-8d2998e0a0f52d6eeb91d254db44462fcaa89ab2.tar.bz2 gentoo-8d2998e0a0f52d6eeb91d254db44462fcaa89ab2.zip |
media-sound/pulseaudio-daemon: Drop IUSE gtk
Drop IUSE gtk from pulseaudio-daemon since gtk+/glib properties are only
considered by client apps via loaded libpulse implementation.
Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/pulseaudio-daemon')
-rw-r--r-- | media-sound/pulseaudio-daemon/pulseaudio-daemon-16.0-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.0-r2.ebuild b/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.0-r2.ebuild index adf6cbbd994e..960fa0f71668 100644 --- a/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.0-r2.ebuild +++ b/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.0-r2.ebuild @@ -32,7 +32,7 @@ SLOT="0" # +alsa-plugin as discussed in bug #519530 # TODO: Find out why webrtc-aec is + prefixed - there's already the always available speexdsp-aec # NOTE: The current ebuild sets +X almost certainly just for the pulseaudio.desktop file -IUSE="+alsa +alsa-plugin aptx +asyncns bluetooth dbus elogind equalizer fftw +gdbm +glib gstreamer gtk ipv6 jack ldac lirc +IUSE="+alsa +alsa-plugin aptx +asyncns bluetooth dbus elogind equalizer fftw +gdbm +glib gstreamer ipv6 jack ldac lirc ofono-headset +orc oss selinux sox ssl systemd system-wide tcpd test +udev valgrind +webrtc-aec +X zeroconf" RESTRICT="!test? ( test )" @@ -90,7 +90,6 @@ COMMON_DEPEND=" gdbm? ( sys-libs/gdbm:= ) glib? ( >=dev-libs/glib-2.28.0:2 ) gstreamer? ( ${gstreamer_deps} ) - gtk? ( x11-libs/gtk+:3 ) jack? ( virtual/jack ) ldac? ( ${gstreamer_deps} ) lirc? ( app-misc/lirc ) @@ -218,7 +217,7 @@ src_configure() { $(meson_feature glib) # WARNING: toggling this likely changes ABI $(meson_feature glib gsettings) # Supposedly correct? $(meson_feature gstreamer) - $(meson_feature gtk) + -Dgtk=disabled -Dhal-compat=true # Consider disabling on next revbump $(meson_use ipv6) $(meson_feature jack) |