From 470af77869bea2d005973d7e7f0c2c08cc838e6a Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 24 Feb 2021 11:01:23 +0100 Subject: [PATCH] Rename pkg-config file to "libliftoff" --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 17e666b..554174a 100644 --- a/meson.build +++ b/meson.build @@ -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',