diff options
author | Arun Raghavan <arun@arunraghavan.net> | 2017-12-05 10:54:41 +0530 |
---|---|---|
committer | Arun Raghavan <arun@arunraghavan.net> | 2017-12-12 12:58:52 +0530 |
commit | d9624e0382aabc106252e3a39665293e72ed08bb (patch) | |
tree | 3aaa45e1dd7977bcec449b036560f667da349b04 /src/modules/x11 | |
parent | bcd755bbe6db81acf1d8957c9ffa8e1a346dab49 (diff) | |
download | pulseaudio-d9624e0382aabc106252e3a39665293e72ed08bb.tar.gz |
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!
Diffstat (limited to 'src/modules/x11')
-rw-r--r-- | src/modules/x11/module-x11-bell.c | 2 | ||||
-rw-r--r-- | src/modules/x11/module-x11-cork-request.c | 2 | ||||
-rw-r--r-- | src/modules/x11/module-x11-publish.c | 2 | ||||
-rw-r--r-- | src/modules/x11/module-x11-xsmp.c | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/src/modules/x11/module-x11-bell.c b/src/modules/x11/module-x11-bell.c index 7b2be57bf..020035984 100644 --- a/src/modules/x11/module-x11-bell.c +++ b/src/modules/x11/module-x11-bell.c @@ -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); diff --git a/src/modules/x11/module-x11-cork-request.c b/src/modules/x11/module-x11-cork-request.c index 5c76711f2..ab391c66a 100644 --- a/src/modules/x11/module-x11-cork-request.c +++ b/src/modules/x11/module-x11-cork-request.c @@ -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); diff --git a/src/modules/x11/module-x11-publish.c b/src/modules/x11/module-x11-publish.c index 553b3417e..e6735eca0 100644 --- a/src/modules/x11/module-x11-publish.c +++ b/src/modules/x11/module-x11-publish.c @@ -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); diff --git a/src/modules/x11/module-x11-xsmp.c b/src/modules/x11/module-x11-xsmp.c index 7c6fb2308..0238e5167 100644 --- a/src/modules/x11/module-x11-xsmp.c +++ b/src/modules/x11/module-x11-xsmp.c @@ -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); |