[atk: 1/2] Make atk.pc require glib



commit 099a6979e4bbac6650af2b2a6963423e73f3d12b
Author: Samuel Thibault <samuel thibault ens-lyon org>
Date:   Mon Sep 9 22:43:56 2019 +0200

    Make atk.pc require glib
    
    atkutil.h uses several glib/gobject functions in macros, so the caller will
    have to link against glib, atk.pc thus has to explicit this.

 atk/meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/atk/meson.build b/atk/meson.build
index 4760df8..dcde8a4 100644
--- a/atk/meson.build
+++ b/atk/meson.build
@@ -163,4 +163,5 @@ pkgconfig.generate(libatk,
   description: 'Accessibility Toolkit',
   subdirs: atk_api_name,
   filebase: 'atk',
+  requires: glib_dep,
 )


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