Rename pkg-config file to "libliftoff"

This commit is contained in:
Simon Ser 2021-02-24 11:01:23 +01:00
parent 88eb35b084
commit 470af77869

View file

@ -1,5 +1,5 @@
project(
'liftoff',
'libliftoff',
'c',
version: '0.0.0',
license: 'MIT',
@ -25,7 +25,7 @@ drm = dependency('libdrm', include_type: 'system')
liftoff_deps = [drm]
liftoff_lib = library(
meson.project_name(),
'liftoff',
files(
'alloc.c',
'device.c',