meson: use gnome.mkenums() with template files for enum file gen
authorTim-Philipp Müller <tim@centricular.com>
Sat, 17 Dec 2016 14:35:19 +0000 (14:35 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 22 Dec 2016 11:35:04 +0000 (11:35 +0000)
commit21d3f9a0e4e239fc1de19a5e4fc732a6e9784579
tree6012b6e5fc3d0be13174a7dfb109a91e94d947ed
parent597e43cffc35b54bd09e3b75fb6dff6c09b3f810
meson: use gnome.mkenums() with template files for enum file gen

Saves us a custom script. Template files are nicer than passing
multiline templating stuff through to glib-mkenums. And we can
get rid of our custom python script.
gst/build_mkenum.py [deleted file]
gst/gstenumtypes.c.template [new file with mode: 0644]
gst/gstenumtypes.h.template [new file with mode: 0644]
gst/meson.build