[gcr/main: 36/38] meson: Use the library object directly to generate the pkg-config file




commit 5ce02fcb0e0b97ad5385e2780d5431c9f88c39bf
Author: Corentin Noël <tintou noel tf>
Date:   Thu Mar 24 22:22:29 2022 +0100

    meson: Use the library object directly to generate the pkg-config file
    
    Allows to actually use the correct flags

 gcr-gtk4/meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/gcr-gtk4/meson.build b/gcr-gtk4/meson.build
index 5a49210d..87dc1410 100644
--- a/gcr-gtk4/meson.build
+++ b/gcr-gtk4/meson.build
@@ -66,6 +66,7 @@ gcr_gtk4_pkgconf_deps = [
   gcr_lib,
   gtk4_dep,
 ]
+
 pkgconfig.generate(gcr_gtk4_lib,
   subdirs: gcr_headers_subdir,
   requires: gcr_gtk4_pkgconf_deps,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]