aboutsummaryrefslogtreecommitdiffstats
path: root/src/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* ignore: Add *.dtd.embedYong Bakos2016-03-101-0/+1
| | | | | | | | | Although autogen.sh has a --disable-dtd-validation option, it is on by default, so it seems convenient to add the generated symlink to .gitignore. Signed-off-by: Yong Bakos <ybakos@humanoriented.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
* gitignore: adpat to scanner and protocol path changesOlivier Blin2014-11-191-4/+0
| | | | | | | | | | | Since commit 4c163b9b001bd93aaf97d7e962873a379eb90bfd, wayland-scanner is built in top builddir instead of src, and protocol files are generated in protocol subdir instead of src. Protocol files generated in the new path are already properly ignored in the toplevel gitignore file. Signed-off-by: Olivier Blin <olivier.blin@softathome.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
* Add a public header for the version numberNeil Roberts2012-04-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | This adds a public header so that applications can get the Wayland version number at compile time. This can be used to make applications that support compiling against multiple versions of Wayland. There is a separate installed header called cogl-version.h which gets included by both wayland-client.h and wayland-server.h The canonical place for the version number is the configure.ac script which splits it into three separate m4 defines for the major, minor and micro version. These are copied into the generated wayland-version.h header using AC_SUBST. There is also a string form of the complete version number. The version number is now also automatically copied into the two .pc files. Because the major, minor and micro parts are required it is no longer possible to leave the version number as 'master' when building from git. Most projects seem to immediately bump the git repo to a fake version number (usually odd) after making a release so that there is always a relative number that can be used for comparison. This patch sets the git version to 0.99.0 under the assumption that the next release will be 1.0.0.
* Rename source subdir from wayland to srcKristian Høgsberg2011-08-121-0/+4