From 2a8d4390fa85160b79f9ccf3d2a8c676595611e7 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Tue, 15 Oct 2019 13:32:19 -0500 Subject: Correct the pkgconfig generated file naming The typical convention is to not use the `lib` prefix (ie `libfoo`) but instead to just use foo. Change-Id: I5ab46418e2a1708d5c11970f1e56250f2adb7d70 Signed-off-by: Mario Limonciello Reviewed-on: https://review.coreboot.org/c/flashrom/+/36069 Tested-by: build bot (Jenkins) Reviewed-by: Richard Hughes Reviewed-by: David Hendricks --- meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index bda6b0813..d1f663fb1 100644 --- a/meson.build +++ b/meson.build @@ -362,9 +362,9 @@ pkgg = import('pkgconfig') pkgg.generate( libraries : flashrom, version : version, - name : 'libflashrom', - filebase : 'libflashrom', - description : 'libflashrom', + name : 'flashrom', + filebase : 'flashrom', + description : 'library to interact with flashrom', ) flashrom_dep = declare_dependency( -- cgit v1.2.3