mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-17 06:59:56 -05:00
remove module-xenpv-sink
The module doesn't build any more[1], and when starting to investigate the build failure, I asked the module author if he'd know something about the breakage. He said that he didn't know about backward compatibility problems with libxen, but more importantly, he said that the module probably doesn't have any users[2]. It doesn't make sense to keep maintaining a module that doesn't have users, so let's drop it. [1] https://bugs.freedesktop.org/show_bug.cgi?id=98793 [2] https://lists.freedesktop.org/archives/pulseaudio-discuss/2016-November/027172.html
This commit is contained in:
parent
6a786c9375
commit
c81f3da53b
5 changed files with 0 additions and 1083 deletions
|
|
@ -1373,12 +1373,6 @@ modlibexec_LTLIBRARIES += \
|
|||
module-lirc.la
|
||||
endif
|
||||
|
||||
if HAVE_XEN
|
||||
modlibexec_LTLIBRARIES += \
|
||||
module-xenpv-sink.la
|
||||
endif
|
||||
|
||||
|
||||
if HAVE_EVDEV
|
||||
modlibexec_LTLIBRARIES += \
|
||||
module-mmkbd-evdev.la
|
||||
|
|
@ -1503,7 +1497,6 @@ SYMDEF_FILES = \
|
|||
module-zeroconf-discover-symdef.h \
|
||||
module-bonjour-publish-symdef.h \
|
||||
module-lirc-symdef.h \
|
||||
module-xenpv-sink-symdef.h \
|
||||
module-mmkbd-evdev-symdef.h \
|
||||
module-http-protocol-tcp-symdef.h \
|
||||
module-http-protocol-unix-symdef.h \
|
||||
|
|
@ -1922,14 +1915,6 @@ module_lirc_la_LIBADD = $(MODULE_LIBADD) $(LIRC_LIBS)
|
|||
module_lirc_la_CFLAGS = $(AM_CFLAGS) $(LIRC_CFLAGS)
|
||||
|
||||
|
||||
# Xen PV driver
|
||||
|
||||
module_xenpv_sink_la_SOURCES = modules/xen/module-xenpv-sink.c modules/xen/gntalloc.h modules/xen/gntdev.h
|
||||
module_xenpv_sink_la_LDFLAGS = $(MODULE_LDFLAGS)
|
||||
module_xenpv_sink_la_LIBADD = $(MODULE_LIBADD) $(XEN_LIBS)
|
||||
module_xenpv_sink_la_CFLAGS = $(AM_CFLAGS) $(XEN_CFLAGS) -I$(top_srcdir)/src/modules/xen
|
||||
|
||||
|
||||
# Linux evdev
|
||||
|
||||
module_mmkbd_evdev_la_SOURCES = modules/module-mmkbd-evdev.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue