mirror of
https://gitlab.freedesktop.org/emersion/libliftoff.git
synced 2024-12-25 21:59:11 +01:00
Rename pkg-config file to "libliftoff"
This commit is contained in:
parent
88eb35b084
commit
470af77869
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue