summaryrefslogtreecommitdiff
path: root/meson.sh
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2018-01-11 09:47:52 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2018-01-11 11:23:21 +0100
commit07c331773dd3bc4dadb164bcd9bc06dbd01de3b6 (patch)
treef2937757ed8662ca151e6772c9d32bae850a0371 /meson.sh
parentb3c841633cdaa638f63c00278eb20982795aea51 (diff)
build: make meson more official
I also noticed that meson.sh doesn't set the prefix for patch submission. Fix that (even thought hopefully real soon igt will move to its own list). v2: Review from Petri. Cc: Petri Latvala <petri.latvala@intel.com> Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Reviewed-by: Petri Latvala <petri.latvala@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'meson.sh')
-rwxr-xr-xmeson.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.sh b/meson.sh
index ae8e3488..a8684f03 100755
--- a/meson.sh
+++ b/meson.sh
@@ -32,4 +32,6 @@ docs:
EOF
+git config format.subjectprefix "PATCH i-g-t"
+
make $@