[glib: 1/13] glib: Port glib-mirroring-tab subdirectory to Meson



commit 9ea050b1312e2d2a35f1993d0d803752ffe08b64
Author: Philip Withnall <withnall endlessm com>
Date:   Wed Jan 9 11:15:00 2019 +0000

    glib: Port glib-mirroring-tab subdirectory to Meson
    
    We don’t actually build this; the Makefile was just there to allow
    ad-hoc regeneration of the glib-mirroring-tab output files.
    
    Port it to Meson just so there are no remnants of GNU make left in GLib.
    Don’t hook it up to the rest of the build.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 glib/glib-mirroring-tab/Makefile    | 11 -----------
 glib/glib-mirroring-tab/meson.build |  5 +++++
 2 files changed, 5 insertions(+), 11 deletions(-)
---
diff --git a/glib/glib-mirroring-tab/meson.build b/glib/glib-mirroring-tab/meson.build
new file mode 100644
index 000000000..4b14ecf3b
--- /dev/null
+++ b/glib/glib-mirroring-tab/meson.build
@@ -0,0 +1,5 @@
+gen_mirroring_tab = executable('gen-mirroring-tab',
+  ['gen-mirroring-tab.c', 'packtab.c'],
+  dependencies : [libglib_dep],
+  install: false,
+)
\ No newline at end of file


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