grim/glibre

267ec7f57bc0
Start porting everything to the new window widget
project('glibre', 'c', version : '0.0.3-dev')
GLIB = dependency('glib-2.0', version : '>=2.52.0')
GTK3 = dependency('gtk+-3.0', version : '>=3.24.0')
add_project_arguments(
'-DGLIBRE_VERSION="@0@"'.format(meson.project_version()),
language : 'c',
)
install_data(
'glibre.desktop',
install_dir : join_paths(get_option('datadir'), 'applications'),
)
subdir('src')