From 24077c93f711c4756ef1fc1acda11078e51446aa Mon Sep 17 00:00:00 2001 From: David P Date: Mon, 29 Nov 2021 19:45:15 -0500 Subject: updpkg: nonsystemd/pulseaudio 15.0-1.nonsystemd1 Signed-off-by: David P --- nonsystemd/pulseaudio/meson-elogind-support.patch | 42 ----------------------- 1 file changed, 42 deletions(-) delete mode 100644 nonsystemd/pulseaudio/meson-elogind-support.patch (limited to 'nonsystemd/pulseaudio/meson-elogind-support.patch') diff --git a/nonsystemd/pulseaudio/meson-elogind-support.patch b/nonsystemd/pulseaudio/meson-elogind-support.patch deleted file mode 100644 index 9d18e4a39..000000000 --- a/nonsystemd/pulseaudio/meson-elogind-support.patch +++ /dev/null @@ -1,42 +0,0 @@ - meson.build | 6 ++++++ - meson_options.txt | 3 +++ - 2 files changed, 9 insertions(+) - -diff --git a/meson.build b/meson.build -index 842d5f5b5..1daa3b067 100644 ---- a/meson.build -+++ b/meson.build -@@ -484,6 +484,11 @@ if systemd_dep.found() and systemduserunitdir == '' - systemduserunitdir = systemd_dep.get_pkgconfig_variable('systemduserunitdir') - endif - -+libelogind_dep = dependency('libelogind', required : get_option('elogind')) -+if libelogind_dep.found() -+ cdata.set('HAVE_SYSTEMD_LOGIN', 1) -+endif -+ - x11_dep = dependency('x11-xcb', required : get_option('x11')) - if x11_dep.found() - xcb_dep = dependency('xcb', required : true, version : '>= 1.6') -@@ -701,6 +706,7 @@ summary = [ - 'Enable udev: @0@'.format(udev_dep.found()), - ' Enable HAL->udev compat: @0@'.format(get_option('hal-compat')), - 'Enable systemd: @0@'.format(libsystemd_dep.found()), -+ 'Enable elogind: @0@'.format(libelogind_dep.found()), - # 'Enable TCP Wrappers: @0@'.format(${ENABLE_TCPWRAP}), - 'Enable libsamplerate: @0@'.format(samplerate_dep.found()), - 'Enable IPv6: @0@'.format(get_option('ipv6')), -diff --git a/meson_options.txt b/meson_options.txt -index e54caf5cf..5fbb513c0 100644 ---- a/meson_options.txt -+++ b/meson_options.txt -@@ -126,6 +126,9 @@ option('udev', - option('x11', - type : 'feature', value : 'auto', - description : 'Optional X11 support') -+option('elogind', -+ type : 'feature', value : 'auto', -+ description : 'Optional elogind support') - - # Echo cancellation - -- cgit v1.2.3