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', version: '0.1.0',
meson_version: '>= 1.0.0', meson_version: '>= 1.0.0',
default_options: [ 'warning_level=2', 'werror=false', ], default_options: [ 'warning_level=2', 'werror=false', ],
......
...@@ -24,6 +24,17 @@ ...@@ -24,6 +24,17 @@
], ],
"modules" : [ "modules" : [
{ {
"name": "blueprint-compiler",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler",
"branch": "main"
}
]
},
{
"name" : "tuneit", "name" : "tuneit",
"builddir" : true, "builddir" : true,
"buildsystem" : "meson", "buildsystem" : "meson",
......
...@@ -28,7 +28,7 @@ conf.set('pkgdatadir', pkgdatadir) ...@@ -28,7 +28,7 @@ conf.set('pkgdatadir', pkgdatadir)
configure_file( configure_file(
input: 'tuneit.in', input: 'tuneit.in',
output: 'ximper-tuneit', output: 'tuneit',
configuration: conf, configuration: conf,
install: true, install: true,
install_dir: get_option('bindir'), 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