emersion/libliftoff

Install target does not install header files

darix opened this issue · 2 comments

darix commented

as the subject says.

darix commented

I manually installed the header files into $includedir/libliftoff/

and applied:

diff --git a/meson.build b/meson.build
index 8d1c73e..6210523 100644
--- a/meson.build
+++ b/meson.build
@@ -50,6 +50,7 @@ liftoff = declare_dependency(
 pkgconfig = import('pkgconfig')
 pkgconfig.generate(
        libraries: liftoff_lib,
+       subdirs: 'liftoff',
        version: meson.project_version(),
        filebase: meson.project_name(),
        name: meson.project_name(),
darix commented

updated my package to that revision. Thank you!