summaryrefslogtreecommitdiff
path: root/releasing.txt
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2015-02-13 20:46:41 -0800
committerBryce Harrington <bryce@osg.samsung.com>2015-02-13 20:46:41 -0800
commit8a88cec7d4f01ea0698f3a4f19ae266d1526a13a (patch)
tree20d3e7672d1e9899c8b8218fdc8d428879b9040a /releasing.txt
parentad1218ffe6968faa94bc261c9cc71f030e2ba205 (diff)
downloadweston-8a88cec7d4f01ea0698f3a4f19ae266d1526a13a.tar.gz
releasing: Note that Xwayland installation required only for Weston releases
Diffstat (limited to 'releasing.txt')
-rw-r--r--releasing.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/releasing.txt b/releasing.txt
index 4ea210b7..8188ddf9 100644
--- a/releasing.txt
+++ b/releasing.txt
@@ -15,10 +15,10 @@ To make a release of Weston and/or Wayland, follow these steps.
$ git commit configure.ac -m "configure.ac: bump to version x.y.z for the xxx release"
$ git push
- 2. Install Xwayland, either from your distro or manually (see
- http://wayland.freedesktop.org/building.html). If you install it
- to a location other than /usr/bin/Xwayland, specify this in the
- following env var:
+ 2. For Weston releases, install Xwayland, either from your distro or
+ manually (see http://wayland.freedesktop.org/building.html). If
+ you install it to a location other than /usr/bin/Xwayland, specify
+ this in the following env var:
export DISTCHECK_CONFIGURE_FLAGS="--with-xserver-path=<your-Xwayland-path>"