mirror of
https://gitlab.freedesktop.org/emersion/libliftoff.git
synced 2024-12-26 21:59:18 +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(
|
project(
|
||||||
'liftoff',
|
'libliftoff',
|
||||||
'c',
|
'c',
|
||||||
version: '0.0.0',
|
version: '0.0.0',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
|
@ -25,7 +25,7 @@ drm = dependency('libdrm', include_type: 'system')
|
||||||
liftoff_deps = [drm]
|
liftoff_deps = [drm]
|
||||||
|
|
||||||
liftoff_lib = library(
|
liftoff_lib = library(
|
||||||
meson.project_name(),
|
'liftoff',
|
||||||
files(
|
files(
|
||||||
'alloc.c',
|
'alloc.c',
|
||||||
'device.c',
|
'device.c',
|
||||||
|
|
Loading…
Reference in a new issue