aboutsummaryrefslogtreecommitdiffstats
path: root/wayland-scanner.m4
Commit message (Collapse)AuthorAgeFilesLines
* build: check wayland-scanner versionSimon Ser2020-01-161-1/+1
| | | | | | We need the --strict flag, released in wayland 1.14.0. Signed-off-by: Simon Ser <contact@emersion.fr>
* Revert "build: check wayland-scanner version"Simon Ser2020-01-131-1/+1
| | | | | | This reverts commit c2ce50b9d7bd470c2fe8faa4b0d996fca0fcbbaa. Pushed by mistake. Sorry about that.
* build: check wayland-scanner versionSimon Ser2020-01-131-1/+1
| | | | | | We need the --strict flag, released in wayland 1.14.0. Signed-off-by: Simon Ser <contact@emersion.fr>
* scanner: check for wayland-scanner.pc before using variablesPeter Hutterer2013-08-071-0/+2
| | | | | | If wayland-scanner.pc can't be found the variables end up being set irrespectively, leaving the user with odd compiler errors about missing headers, etc.
* build: Add wayland-scanner.pc.Daiki Ueno2013-07-031-0/+11
To allow user program to include wayland-scanner.m4 in tarball, move the path variables from it into wayland-scanner.pc.