summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2021-04-29 10:53:32 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2021-04-29 10:55:01 +1000
commitc5d6b3f6e8fdbb9427c69a3bcb29fce9c0a5e6e4 (patch)
treefa03bffd6eb1e45e8f9741dec67f9c7b00c3a17d
parent72f747f255d9f599853277c5ebb777652ffbc477 (diff)
downloadlibinput-master.tar.gz
Default branch is now mainmaster
To update your local repository, use these commands $ git fetch origin $ git checkout master $ git branch -m main $ git branch --set-upstream-to=origin/main Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index b94f53d2..4fe9a282 100644
--- a/meson.build
+++ b/meson.build
@@ -950,3 +950,7 @@ configure_file(input : 'tools/libinput-quirks.man',
############ output files ############
configure_file(output : 'config.h', configuration : config_h)
+
+warning('*********************************************************************')
+warning('This branch is no longer updated. Please switch to the "main" branch.')
+warning('*********************************************************************')