From faf2001f46509a7434fc10ee848ce1ce84255dcd Mon Sep 17 00:00:00 2001 From: Manatsawin Hanmongkolchai Date: Mon, 14 Nov 2022 23:00:54 +0700 Subject: Add enum and thumbnailer build --- data/meson.build | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'data') diff --git a/data/meson.build b/data/meson.build index 468fa88..4dbd1e6 100644 --- a/data/meson.build +++ b/data/meson.build @@ -37,6 +37,19 @@ gsettings_schema = configure_file(input: 'org.mate.eom.gschema.xml.in', configur install_data(gsettings_schema, install_dir: schemadir) gnome.post_install(glib_compile_schemas: true) +gnome.mkenums( + 'org.mate.eom.enums.xml', + comments: '', + sources: enum_headers, + fhead: '', + vhead: ''' <@type@ id='org.mate.eom.@EnumName@'>''', + vprod: ''' ''', + vtail: ' ', + ftail: '', + install_header: true, + install_dir: schemadir +) + eom_pc = configure_file(input: 'eom.pc.in', configuration: pkg_info, output: 'eom.pc') install_data(eom_pc, install_dir: libdir / 'pkgconfig') -- cgit v1.2.1