build-sys: Stop using symdef headers for modules

This removes the symdef header generation m4 magic in favour of a
simpler macro method, allowing us to skip one unnecessary build step
while moving to meson, and removing an 11 year old todo!
This commit is contained in:
Arun Raghavan 2017-12-05 10:54:41 +05:30
parent bcd755bbe6
commit d9624e0382
90 changed files with 124 additions and 411 deletions

View file

@ -34,8 +34,6 @@
#include <pulsecore/log.h>
#include <pulsecore/x11wrap.h>
#include "module-x11-bell-symdef.h"
PA_MODULE_AUTHOR("Lennart Poettering");
PA_MODULE_DESCRIPTION("X11 bell interceptor");
PA_MODULE_VERSION(PACKAGE_VERSION);

View file

@ -38,8 +38,6 @@
#include <pulsecore/x11wrap.h>
#include <pulsecore/core-util.h>
#include "module-x11-cork-request-symdef.h"
PA_MODULE_AUTHOR("Lennart Poettering");
PA_MODULE_DESCRIPTION("Synthesize X11 media key events when cork/uncork is requested");
PA_MODULE_VERSION(PACKAGE_VERSION);

View file

@ -41,8 +41,6 @@
#include <pulsecore/strlist.h>
#include <pulsecore/protocol-native.h>
#include "module-x11-publish-symdef.h"
PA_MODULE_AUTHOR("Lennart Poettering");
PA_MODULE_DESCRIPTION("X11 credential publisher");
PA_MODULE_VERSION(PACKAGE_VERSION);

View file

@ -35,8 +35,6 @@
#include <pulsecore/log.h>
#include <pulsecore/x11wrap.h>
#include "module-x11-xsmp-symdef.h"
PA_MODULE_AUTHOR("Lennart Poettering");
PA_MODULE_DESCRIPTION("X11 session management");
PA_MODULE_VERSION(PACKAGE_VERSION);