summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-09-06Add helper script to setup and use an uninstalled environmentuninstalledReynaldo H. Verdejo Pinochet2-1/+167
The wl_uninstalled script provides a shell environment to build and use an uninstalled Wayland/Weston setup. For example, this script and a fresh checkout of Wayland, libinput, wayland-protocols and Weston is all you need to run Weston from the uninstalled environment created by building every module. No installation required. Quick instructions: Lets use Weston as an example altough other Wayland-based software should work as well. Edit a local copy of the script to make $WLD point to the base directory where your repositories are (make sure to use the absolute paths). You can also set the WLD environment variable before calling the script and leave the file untouched. Then, after executing the script, issue the following commands to have everything built and Weston runing from the uninstalled environment. cd <basedir> for i in wayland wayland-protocols libinput weston; do cd $i && ./autogen.sh && make && cd ..; done cd weston weston & Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
2016-08-09Add new xfont2 dependencyBryce Harrington2-0/+4
2016-04-27Remove --disable-gallium-egl deprecated mesa build optionBryce Harrington1-1/+0
See corresponding wayland-web patch by Yong Bakos.
2016-04-15wl_install_deps: Add missing dependenciesYong Bakos1-1/+8
Building on Ubuntu 15.10 x64 fails due to missing packages: libtool, libxml2-dev, libpng-dev, libglib2.0-dev, libgcrypt20-dev, x11proto-scrnsaver-dev, libxfont-dev, and libedit-dev. After these changes, wl_build succeeds on Ubuntu 15.10 x64. Signed-off-by: Yong Bakos <ybakos@humanoriented.com>
2016-04-13readme: Add instructionsYong Bakos1-1/+53
The original readme just had a link to the official build instructions, which does not help a user with these build tools. Signed-off-by: Yong Bakos <ybakos@humanoriented.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
2016-02-02Add libwacom dependencyBryce Harrington1-0/+1
2016-02-02Add new libwacom dependency for libinputBryce Harrington2-0/+4
2016-02-02wl_build: Don't compile mesa with radeon llvm drivers if on nvidiaBryce Harrington1-1/+9
2016-01-22Drop wl_update - he wl_clone script already handles updatesBryce Harrington1-23/+0
2016-01-22wl_build: Fix whitespaceBryce Harrington1-3/+3
2016-01-22Load the config file from ~/.config/wayland-build-tools instead of ~/binBryce Harrington6-7/+7
2016-01-21wl_build: Cleanup mesa compilation option formattingBryce Harrington1-4/+6
2016-01-21wl_update: Also update the new wayland-protocols repositoryBryce Harrington1-0/+1
2016-01-21Drop redundant inclusion of wayland-protocolsBryce Harrington1-1/+0
2016-01-21wl_install_deps: graphviz is now required for the buildsBryce Harrington1-1/+2
2016-01-21wl_install_deps: Include libpciaccess development libraryBryce Harrington1-2/+3
2016-01-21wl_clone: Bail out if WLROOT doesn't already existBryce Harrington1-18/+19
It's better for the user to be aware of where things are going to be built and installed.
2015-12-23build: Don't overwrite existing weston.ini filesBryce Harrington1-1/+4
2015-12-23deps: Include libunwind8-devBryce Harrington1-0/+1
2015-12-23Fix weston's distcheck by specifying path to the Xwayland binaryBryce Harrington1-1/+3
2015-12-23Add new wayland-protocols dependencyBryce Harrington2-0/+4
2015-12-23Merge pull request #1 from lucastanure/masterBryce Harrington2-0/+9
Minor changes in build tools
2015-12-16Copy weston.ini to .config folderLucas Tanure1-0/+2
Signed-off-by: Lucas Tanure <tanure@linux.com>
2015-12-16Add wayland-protocols repot and build stepLucas Tanure2-0/+4
Signed-off-by: Lucas Tanure <tanure@linux.com>
2015-12-16Test and create folder before go cdLucas Tanure1-0/+3
Signed-off-by: Lucas Tanure <tanure@linux.com>
2015-05-13Prefer cairo image rather than glBryce Harrington1-1/+1
2015-05-04Add randrproto, since xserver now requires version 5Bryce Harrington2-10/+14
2015-02-09Also build libinput from gitBryce Harrington1-2/+2
2015-02-09Move build root to a scratch drive ~/buildBryce Harrington1-1/+1
2015-02-09Add xmlto, llvm, and mako dependencies, and a few bits for xwaylandBryce Harrington1-3/+7
2015-02-09Do a final distcheck for westonBryce Harrington1-22/+34
2014-06-03Bring tools up to date with XWayland current git dependenciesBryce Harrington4-59/+151
2014-05-30Stub in package docsBryce Harrington2-0/+3
2014-05-30It may be necessary to build libxtrans from xserver on 32-bit systems.Bryce Harrington5-2/+52
2014-05-30Add flag for including xwayland stuffBryce Harrington1-1/+3
2014-05-30Initial checkin for wayland-toolsBryce Harrington6-0/+271