mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
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>
This commit is contained in:
parent
5751189fb8
commit
9ea050b131
@ -1,11 +0,0 @@
|
|||||||
|
|
||||||
CFLAGS = `pkg-config --cflags glib-2.0`
|
|
||||||
LIBS = `pkg-config --libs glib-2.0`
|
|
||||||
|
|
||||||
|
|
||||||
all: gen-mirroring-tab
|
|
||||||
|
|
||||||
gen-mirroring-tab: gen-mirroring-tab.o packtab.o
|
|
||||||
|
|
||||||
clean:
|
|
||||||
$(RM) gen-mirroring-tab *.o
|
|
5
glib/glib-mirroring-tab/meson.build
Normal file
5
glib/glib-mirroring-tab/meson.build
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
gen_mirroring_tab = executable('gen-mirroring-tab',
|
||||||
|
['gen-mirroring-tab.c', 'packtab.c'],
|
||||||
|
dependencies : [libglib_dep],
|
||||||
|
install: false,
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user