From 72c629638d9e64f282ba362294862dd05915f6f1 Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Thu, 25 Feb 2021 14:55:11 +0100 Subject: [PATCH] fix: update libliftoff pkg-config dependency emersion/libliftoff@470af77869bea2d005973d7e7f0c2c08cc838e6a changed the name of the pkg-config dependency to libliftoff --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index e59cf77..f740e9d 100644 --- a/meson.build +++ b/meson.build @@ -76,7 +76,7 @@ liftoff_proj = subproject('libliftoff', required: false, default_options: if liftoff_proj.found() liftoff_dep = liftoff_proj.get_variable('liftoff') else - liftoff_dep = dependency('liftoff') + liftoff_dep = dependency('libliftoff') endif executable(