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:
Peter Hutterer 2020-09-03 11:11:11 +10:00
parent 4a918d17d8
commit f202228e57

View file

@ -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 = [