summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2021-03-09 10:59:57 +0000
committerTim-Philipp Müller <tim@centricular.com>2021-03-09 10:59:57 +0000
commitca478e03270868d9380f7372df25a0f3357430a4 (patch)
tree37d529396d3667d4d4821952f52d77021ec69a09 /util
parent7788000be0551c5cc77057db775f316f9f0e7f29 (diff)
downloadcairo-ca478e03270868d9380f7372df25a0f3357430a4.tar.gz
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
Diffstat (limited to 'util')
-rwxr-xr-x[-rw-r--r--]util/cairo-trace/cairo-trace.in0
-rw-r--r--util/cairo-trace/meson.build1
2 files changed, 1 insertions, 0 deletions
diff --git a/util/cairo-trace/cairo-trace.in b/util/cairo-trace/cairo-trace.in
index ece90d3eb..ece90d3eb 100644..100755
--- a/util/cairo-trace/cairo-trace.in
+++ b/util/cairo-trace/cairo-trace.in
diff --git a/util/cairo-trace/meson.build b/util/cairo-trace/meson.build
index e836f98cf..7048786eb 100644
--- a/util/cairo-trace/meson.build
+++ b/util/cairo-trace/meson.build
@@ -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',
)