From: Bryce Harrington Date: Sat, 16 May 2015 01:50:04 +0000 (-0700) Subject: releasing: List some lib paths to set for local libinput X-Git-Tag: 1.7.93~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5fa7351ac68a2439c23d4b832e8d8cd5250e0699;p=platform%2Fupstream%2Fweston.git releasing: List some lib paths to set for local libinput These always bite me, so while probably uncommon may as well document them... --- diff --git a/releasing.txt b/releasing.txt index 8188ddf9..30b6c7c2 100644 --- a/releasing.txt +++ b/releasing.txt @@ -22,6 +22,14 @@ To make a release of Weston and/or Wayland, follow these steps. export DISTCHECK_CONFIGURE_FLAGS="--with-xserver-path=" + If you're using a locally installed libinput or other dependency + libraries, you'll likely need to set a few other environment + variables: + + export WLD="" + export LD_LIBRARY_PATH=$WLD/lib + export PKG_CONFIG_PATH=$WLD/lib/pkgconfig:$WLD/share/pkgconfig/ + 3. Run the release.sh script to generate the tarballs, sign and upload them, and generate a release announcement template. This script can be obtained from X.org's modular package: