mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Add input directory argument to batch-compile
This allows it to maintain the directory structure of the input files.
This commit is contained in:
parent
0e33ce190d
commit
5c0fd46ebe
2 changed files with 15 additions and 3 deletions
|
@ -35,7 +35,7 @@ gtk-blueprint-tool works as a meson subproject.
|
|||
# LIST YOUR BLUEPRINT FILES HERE
|
||||
),
|
||||
output: '.',
|
||||
command: [find_program('gtk-blueprint-tool'), 'batch-compile', '@OUTPUT@', '@INPUT@'],
|
||||
command: [find_program('gtk-blueprint-tool'), 'batch-compile', '@OUTPUT@', '@CURRENT_SOURCE_DIR@', '@INPUT@'],
|
||||
)
|
||||
|
||||
#. In the same ``meson.build`` file, add this argument to your ``gnome.compile_resources`` command:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue