Commit cd0795d7 authored by Anton Palgunov's avatar Anton Palgunov

fix: build flatpak (gnome builder) + Meson bin name

parent cc174e2a
project('ximper-tuneit',
project('tuneit',
version: '0.1.0',
meson_version: '>= 1.0.0',
default_options: [ 'warning_level=2', 'werror=false', ],
......
......@@ -24,6 +24,17 @@
],
"modules" : [
{
"name": "blueprint-compiler",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler",
"branch": "main"
}
]
},
{
"name" : "tuneit",
"builddir" : true,
"buildsystem" : "meson",
......
......@@ -28,7 +28,7 @@ conf.set('pkgdatadir', pkgdatadir)
configure_file(
input: 'tuneit.in',
output: 'ximper-tuneit',
output: 'tuneit',
configuration: conf,
install: true,
install_dir: get_option('bindir'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment