From f202228e579e0c062c47208e5d5b1e966bd5ff92 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 3 Sep 2020 11:11:11 +1000 Subject: [PATCH] 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 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index d4932dd..a840ba5 100644 --- a/meson.build +++ b/meson.build @@ -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 = [