[cairo-commit] 2 commits - util/cairo-trace

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Mar 9 19:08:31 UTC 2021


 util/cairo-trace/meson.build |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b718dae717fc0920eeaf16cfc226af6fe15fac27
Merge: 7788000be ca478e032
Author: Tim-Philipp Müller <tim at centricular.com>
Date:   Tue Mar 9 19:08:29 2021 +0000

    Merge branch 'meson-make-cairo-trace-executable' into 'master'
    
    meson: make cairo-trace executable
    
    Closes #462
    
    See merge request cairo/cairo!145

commit ca478e03270868d9380f7372df25a0f3357430a4
Author: Tim-Philipp Müller <tim at centricular.com>
Date:   Tue Mar 9 10:59:57 2021 +0000

    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

diff --git a/util/cairo-trace/cairo-trace.in b/util/cairo-trace/cairo-trace.in
old mode 100644
new mode 100755
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',
 )


More information about the cairo-commit mailing list