Initialized burrow-gtk project
This commit is contained in:
parent
f31133f4dc
commit
f1d7a98491
26 changed files with 1534 additions and 1 deletions
20
burrow-gtk/meson.build
Normal file
20
burrow-gtk/meson.build
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
project('burrow-gtk', 'rust',
|
||||
version: '0.1.0',
|
||||
meson_version: '>= 0.62.0',
|
||||
default_options: [ 'warning_level=2', 'werror=false', ],
|
||||
)
|
||||
|
||||
i18n = import('i18n')
|
||||
gnome = import('gnome')
|
||||
|
||||
|
||||
|
||||
subdir('data')
|
||||
subdir('src')
|
||||
subdir('po')
|
||||
|
||||
gnome.post_install(
|
||||
glib_compile_schemas: true,
|
||||
gtk_update_icon_cache: true,
|
||||
update_desktop_database: true,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue