1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 23:22:37 +02:00

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>
This commit is contained in:
Mario Limonciello 2019-10-15 13:32:19 -05:00 committed by Nico Huber
parent d954d5d700
commit 2a8d4390fa

View File

@ -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(