[build] update meson.build files
This commit is contained in:
32
data/meson.build
Normal file
32
data/meson.build
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
desktop = 'org.gtk.teleportapp.desktop'
|
||||||
|
|
||||||
|
i18n.merge_file(
|
||||||
|
desktop,
|
||||||
|
type: 'desktop',
|
||||||
|
input: desktop + '.in',
|
||||||
|
output: desktop,
|
||||||
|
po_dir: po_dir,
|
||||||
|
install: true,
|
||||||
|
install_dir: join_paths(teleportapp_datadir, 'applications')
|
||||||
|
)
|
||||||
|
|
||||||
|
#gnome.mkenums(
|
||||||
|
# 'org.gtk.teleportapp.enums.xml',
|
||||||
|
# sources: enum_headers,
|
||||||
|
# comments: '<!-- @comment@ -->',
|
||||||
|
# fhead: '<schemalist>',
|
||||||
|
# vhead: ' <@type@ id="org.gtk.teleportapp.@EnumName@">',
|
||||||
|
# vprod: ' <value nick="@valuenick@" value="@valuenum@"/>',
|
||||||
|
# vtail: ' </@type@>',
|
||||||
|
# ftail: '</schemalist>',
|
||||||
|
# install_header: true,
|
||||||
|
# install_dir: teleportapp_schemadir
|
||||||
|
#)
|
||||||
|
|
||||||
|
install_data(
|
||||||
|
'org.gtk.teleportapp.gschema.xml',
|
||||||
|
install_dir: teleportapp_schemadir
|
||||||
|
)
|
||||||
|
|
||||||
|
#subdir('appdata')
|
||||||
|
#subdir('icons')
|
||||||
@@ -172,12 +172,12 @@ top_inc = include_directories('.')
|
|||||||
src_inc = include_directories('src')
|
src_inc = include_directories('src')
|
||||||
|
|
||||||
data_dir = join_paths(meson.source_root(), 'data')
|
data_dir = join_paths(meson.source_root(), 'data')
|
||||||
#po_dir = join_paths(meson.source_root(), 'po')
|
po_dir = join_paths(meson.source_root(), 'po')
|
||||||
|
|
||||||
#subdir('plugins')
|
#subdir('plugins')
|
||||||
subdir('src')
|
subdir('src')
|
||||||
#subdir('data')
|
subdir('data')
|
||||||
#subdir('po')
|
subdir('po')
|
||||||
|
|
||||||
#enable_gtk_doc = get_option('enable-gtk-doc')
|
#enable_gtk_doc = get_option('enable-gtk-doc')
|
||||||
#if enable_gtk_doc
|
#if enable_gtk_doc
|
||||||
|
|||||||
0
po/meson.build
Normal file
0
po/meson.build
Normal file
Reference in New Issue
Block a user