[gnome-software: 3/5] meson: Mark gs-test header as public




commit cae1de3dc7095abaabe279a9cec9554b8b0518aa
Author: Pablo Correa Gómez <ablocorrea hotmail com>
Date:   Mon Feb 7 22:35:49 2022 +0100

    meson: Mark gs-test header as public
    
    This allows for out-of-tree plugins to use available test functions

 lib/meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/lib/meson.build b/lib/meson.build
index a87c9875b..23490d942 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -29,6 +29,7 @@ libgnomesoftware_public_headers = [
   'gs-plugin-types.h',
   'gs-plugin-vfuncs.h',
   'gs-remote-icon.h',
+  'gs-test.h',
   'gs-utils.h',
   'gs-worker-thread.h',
 ]


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