mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-01 17:17:59 +02:00
meson: make cairo-trace executable
Install with exec flag set and make sure tool is executable in build directory as well (by making the input file in the source directory executable). Fixes #462
This commit is contained in:
parent
7788000be0
commit
ca478e0327
2 changed files with 1 additions and 0 deletions
0
util/cairo-trace/cairo-trace.in
Normal file → Executable file
0
util/cairo-trace/cairo-trace.in
Normal file → Executable file
|
|
@ -31,4 +31,5 @@ configure_file(input: 'cairo-trace.in',
|
|||
configuration: trace_conf,
|
||||
install: true,
|
||||
install_dir: join_paths(get_option('prefix'), get_option('bindir')),
|
||||
install_mode: 'rwxr-xr-x',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue