meson: don't export symbols by default
authorTim-Philipp Müller <tim@centricular.com>
Thu, 10 Aug 2017 13:01:09 +0000 (14:01 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 10 Aug 2017 13:01:57 +0000 (14:01 +0100)
commitdf67c50f67442739da837becc1f256139f1b3c86
treed4a2dd9d02ea7ffa7e5172de8728b86665dd7055
parent059420b678a00d503a772c35bebb41877c1c50a1
meson: don't export symbols by default

Only plugin entry points should be exported.

Currently plugins might export more symbols with
the meson build, as we don't have the exports
regexp there that we pass to libtool.
meson.build