build: Add wayland-scanner.pc.

To allow user program to include wayland-scanner.m4 in tarball, move
the path variables from it into wayland-scanner.pc.
This commit is contained in:
Daiki Ueno 2013-07-02 18:38:15 +09:00 committed by Kristian Høgsberg
parent 60fc83af6e
commit 40fc79d5b0
7 changed files with 32 additions and 18 deletions

View file

@ -0,0 +1,9 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
datarootdir=@datarootdir@
pkgdatadir=@datadir@/@PACKAGE@
wayland_scanner=@bindir@/wayland-scanner
Name: Wayland Scanner
Description: Wayland scanner
Version: @WAYLAND_VERSION@