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

@ -25,8 +25,6 @@
#include <pulsecore/macro.h>
#include <pulsecore/module.h>
#include "module-bluetooth-discover-symdef.h"
PA_MODULE_AUTHOR("João Paulo Rechi Vita");
PA_MODULE_DESCRIPTION("Detect available Bluetooth daemon and load the corresponding discovery module");
PA_MODULE_VERSION(PACKAGE_VERSION);

View file

@ -31,8 +31,6 @@
#include <pulsecore/source.h>
#include <pulsecore/core-util.h>
#include "module-bluetooth-policy-symdef.h"
PA_MODULE_AUTHOR("Frédéric Dalleau, Pali Rohár");
PA_MODULE_DESCRIPTION("Policy module to make using bluetooth devices out-of-the-box easier");
PA_MODULE_VERSION(PACKAGE_VERSION);

View file

@ -51,7 +51,6 @@
#include <sbc/sbc.h>
#include "module-bluez4-device-symdef.h"
#include "a2dp-codecs.h"
#include "rtp.h"
#include "bluez4-util.h"

View file

@ -32,7 +32,6 @@
#include <pulsecore/core-util.h>
#include <pulsecore/dbus-shared.h>
#include "module-bluez4-discover-symdef.h"
#include "bluez4-util.h"
PA_MODULE_AUTHOR("João Paulo Rechi Vita");

View file

@ -49,8 +49,6 @@
#include "bluez5-util.h"
#include "rtp.h"
#include "module-bluez5-device-symdef.h"
PA_MODULE_AUTHOR("João Paulo Rechi Vita");
PA_MODULE_DESCRIPTION("BlueZ 5 Bluetooth audio sink and source");
PA_MODULE_VERSION(PACKAGE_VERSION);

View file

@ -30,8 +30,6 @@
#include "bluez5-util.h"
#include "module-bluez5-discover-symdef.h"
PA_MODULE_AUTHOR("João Paulo Rechi Vita");
PA_MODULE_DESCRIPTION("Detect available BlueZ 5 Bluetooth audio devices and load BlueZ 5 Bluetooth audio drivers");
PA_MODULE_VERSION(PACKAGE_VERSION);