dbus/dbus/test-version-script
Simon McVittie 64e490afe7 meson: Fix the check for --version-script support
At the time we do this check, version_script has not yet been generated,
so we have to use something else.

Signed-off-by: Simon McVittie <smcv@collabora.com>
2022-07-13 20:36:13 +01:00

10 lines
127 B
Text

NOT_REALLY_LIBDBUS_1_3 {
global:
dbus_*;
local:
*;
};
NOT_REALLY_LIBDBUS_PRIVATE_1.2.3 {
global:
_dbus_*;
};