summaryrefslogtreecommitdiff
path: root/RELEASING
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-06-18 14:40:18 -0700
committerMatt Turner <mattst88@gmail.com>2023-08-30 10:51:27 -0400
commit55eb680a1fcba7e5b877fb78365287c56209a3da (patch)
tree75e3be572c1384a1f33510886001d2f5bf696714 /RELEASING
parent593a970266042d702c1577fdec8c33449f60b628 (diff)
autotools: remove autotools
At this point meson is pretty well tested and seems to pretty much work, so we can consider dropping an extra build system. This doesn't solve the problem that pixman's release scripts are part of the autotools build system (as make targets). One solution might be to use xorg's release.sh instead.
Diffstat (limited to 'RELEASING')
-rw-r--r--RELEASING5
1 files changed, 2 insertions, 3 deletions
diff --git a/RELEASING b/RELEASING
index e104bda..fc4edc9 100644
--- a/RELEASING
+++ b/RELEASING
@@ -10,12 +10,11 @@ Here are the steps to follow to create a new pixman release:
git log master...origin (no output; note: *3* dots)
-2) Increment pixman_(major|minor|micro) in configure.ac and meson.build
- according to the directions in those files.
+2) Increment the version in meson.build.
3) Make sure that new version works, including
- - make distcheck passes
+ - meson test passes
- the X server still works with the new pixman version
installed