meson: don't export symbols by default
authorTim-Philipp Müller <tim@centricular.com>
Thu, 10 Aug 2017 10:55:58 +0000 (11:55 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 10 Aug 2017 11:01:52 +0000 (12:01 +0100)
commit7d789cc58975f0228bccb06244fc8b3c8e376647
tree6c3e1b5723ef80e3c28e2b74f953d305852f7035
parentfc826ac6dcf49ffade8baf0c33698f4d1340f1b9
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