summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Limonciello <mario.limonciello@dell.com>2019-10-15 13:32:19 -0500
committerNico Huber <nico.h@gmx.de>2019-10-16 21:50:27 +0000
commit2a8d4390fa85160b79f9ccf3d2a8c676595611e7 (patch)
treee96562b5fc1efc245014ccf8dae5caf85b04e4bd
parentd954d5d700d7aa2ff144e7f8a5a2b6df08b07590 (diff)
downloadflashrom-2a8d4390fa85160b79f9ccf3d2a8c676595611e7.tar.gz
flashrom-2a8d4390fa85160b79f9ccf3d2a8c676595611e7.tar.bz2
flashrom-2a8d4390fa85160b79f9ccf3d2a8c676595611e7.zip
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 <mario.limonciello@dell.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/36069 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Richard Hughes <richard@hughsie.com> Reviewed-by: David Hendricks <david.hendricks@gmail.com>
-rw-r--r--meson.build6
1 files 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(