mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-25 06:59:52 -05:00
* add new module module-mmkbd-evdev
* fix stupid error message in main.c git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@337 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
474b5683e9
commit
5ab306402d
7 changed files with 249 additions and 5 deletions
|
|
@ -160,7 +160,8 @@ SYMDEF_FILES= \
|
|||
module-null-sink-symdef.h \
|
||||
module-esound-sink-symdef.h \
|
||||
module-zeroconf-publish-symdef.h \
|
||||
module-lirc-symdef.h
|
||||
module-lirc-symdef.h \
|
||||
module-mmkbd-evdev-symdef.h
|
||||
|
||||
EXTRA_DIST+=$(SYMDEF_FILES)
|
||||
BUILT_SOURCES+=$(SYMDEF_FILES)
|
||||
|
|
@ -707,6 +708,21 @@ module_lirc_la_CFLAGS = $(AM_CFLAGS) $(LIRC_CFLAGS)
|
|||
|
||||
endif
|
||||
|
||||
|
||||
### Linux evdev
|
||||
|
||||
if HAVE_EVDEV
|
||||
|
||||
modlib_LTLIBRARIES+= \
|
||||
module-mmkbd-evdev.la
|
||||
|
||||
module_mmkbd_evdev_la_SOURCES = module-mmkbd-evdev.c
|
||||
module_mmkbd_evdev_la_LDFLAGS = -module -avoid-version
|
||||
module_mmkbd_evdev_la_LIBADD = $(AM_LIBADD)
|
||||
module_mmkbd_evdev_la_CFLAGS = $(AM_CFLAGS)
|
||||
|
||||
endif
|
||||
|
||||
### libpolypcore (needs to be updated)
|
||||
|
||||
if BUILD_LIBPOLYPCORE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue