mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-02-03 21:50:31 +01:00
meson: build libutil with hidden symbols visibility
We were leaking some of the utility functions, let's not do that. This is technically an ABI break but if you're relying on libei to export those functions...well, don't.
This commit is contained in:
parent
f235052f81
commit
abe85e051e
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ lib_util = static_library('util',
|
|||
src_libutil,
|
||||
include_directories: [inc_builddir],
|
||||
dependencies: [dep_math, dep_epoll],
|
||||
gnu_symbol_visibility: 'hidden',
|
||||
)
|
||||
|
||||
dep_libutil = declare_dependency(link_with: lib_util)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue