Merge branch 'meson-make-cairo-trace-executable' into 'master'

meson: make cairo-trace executable

Closes #462

See merge request cairo/cairo!145
This commit is contained in:
Tim-Philipp Müller 2021-03-09 19:08:29 +00:00
commit b718dae717
2 changed files with 1 additions and 0 deletions

0
util/cairo-trace/cairo-trace.in Normal file → Executable file
View file

View 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',
)