mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
port: Fix build error when building in a flatpak
If you create a project with gnome builder and port it blueprint and try to build it in flatpak you will get a compiler error that /org/gnome/Example/window.ui. Setting the source_dir variable in meson fixes this.
This commit is contained in:
parent
404ae76787
commit
4a2d9ae969
1 changed files with 1 additions and 0 deletions
|
@ -266,6 +266,7 @@ blueprints = custom_target('blueprints',
|
||||||
arguments in {Colors.UNDERLINE}{meson_file}{Colors.NO_UNDERLINE}:{Colors.CLEAR}
|
arguments in {Colors.UNDERLINE}{meson_file}{Colors.NO_UNDERLINE}:{Colors.CLEAR}
|
||||||
|
|
||||||
dependencies: blueprints,
|
dependencies: blueprints,
|
||||||
|
source_dir: meson.current_build_dir(),
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
enter()
|
enter()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue