summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2017-10-17 13:07:05 +0200
committerSebastian Dröge <sebastian@centricular.com>2017-10-19 16:43:55 +0200
commitb3d63d613a64227390cee7aff921872e6b475b6c (patch)
tree9004d4026fdc7289e027849c96a7885673b967ad /meson.build
parent6d44c0add52dea232642b33578eb021ce9070075 (diff)
downloadgst-omx-b3d63d613a64227390cee7aff921872e6b475b6c.tar.gz
meson: add tools support
Looks like the tools directory was left out during the initial port to meson. https://bugzilla.gnome.org/show_bug.cgi?id=789090
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 6656dbc..6917826 100644
--- a/meson.build
+++ b/meson.build
@@ -304,7 +304,7 @@ configure_file(output : 'config.h', configuration : cdata)
subdir('config')
subdir('examples')
subdir('omx')
-#subdir('tools')
+subdir('tools')
python3 = find_program('python3')
run_command(python3, '-c', 'import shutil; shutil.copy("hooks/pre-commit.hook", ".git/hooks/pre-commit")')