mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-06 03:38:02 +02:00
meson.build: list if oeffis is built in the summary
This commit is contained in:
parent
bd1dd67892
commit
95a5cebabb
1 changed files with 1 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ pkgconfig.generate(lib_libeis,
|
|||
)
|
||||
|
||||
build_oeffis = dep_systemd.found()
|
||||
summary({'liboeffis': build_oeffis}, section: 'Conditional Features')
|
||||
if build_oeffis
|
||||
src_liboeffis = files('liboeffis.c')
|
||||
deps_liboeffis = [dep_libutil, dep_systemd]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue