libweston: export weston_config API

Make it official that libweston will export the weston_config API, as requested
in https://gitlab.freedesktop.org/wayland/weston/merge_requests/29 .

There is no other way third party helper clients could access the API.

The autotools build has been accidentally exporting it all the time, but the
Meson build needed fixing.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
Pekka Paalanen
2019-02-06 16:42:09 +02:00
parent 7261edfe36
commit 1ed3506b70
4 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ if get_option('shell-ivi')
'hmi-controller',
srcs_ivi_hmi,
include_directories: include_directories('..', '../shared'),
dependencies: dep_libweston,
dependencies: [ dep_libweston, dep_libshared ],
name_prefix: '',
install: true,
install_dir: dir_module_weston