mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-01-01 01:10:11 +01:00
meson.build: rename the libei portal pkgconfig variable to just "portal"
This is the libei.pc pkgconfig file, we don't need to namespace for ei in here. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
4a918d17d8
commit
f202228e57
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ pkgconfig.generate(lib_libei,
|
|||
description: 'Emulated Input client library',
|
||||
version: meson.project_version(),
|
||||
libraries: lib_libei,
|
||||
variables: [ 'ei_portal=' + get_option('portal').to_string() ],
|
||||
variables: [ 'portal=' + get_option('portal').to_string() ],
|
||||
)
|
||||
|
||||
src_libeis = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue