use meson's native handling of resource compliation
This commit is contained in:
parent
6b38375be0
commit
c37c341784
@ -1,8 +1,5 @@
|
||||
gen = generator(
|
||||
find_program('glib-compile-resources'),
|
||||
arguments: [ '--sourcedir=@SOURCE_DIR@/data/ui',
|
||||
'--generate-source',
|
||||
'--target=@OUTPUT@',
|
||||
'@INPUT@'],
|
||||
output: '@PLAINNAME@.c')
|
||||
sernatur_gresource_c = gen.process(['sernatur.gresource.xml'])
|
||||
gnome = import('gnome')
|
||||
sernatur_gresource_c = gnome.compile_resources('sernatur-resources',
|
||||
'sernatur.gresource.xml',
|
||||
source_dir : '.',
|
||||
c_name : 'sernatur')
|
||||
|
Loading…
Reference in New Issue
Block a user