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(