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

@ -127,7 +127,6 @@ fi
AM_CONDITIONAL([HAVE_PUBLICAN], [test "x$PUBLICAN" != "x"])
AC_CONFIG_FILES([Makefile
wayland-scanner.m4
cursor/Makefile
cursor/wayland-cursor.pc
cursor/wayland-cursor-uninstalled.pc
@ -138,8 +137,10 @@ AC_CONFIG_FILES([Makefile
src/Makefile
src/wayland-server-uninstalled.pc
src/wayland-client-uninstalled.pc
src/wayland-scanner-uninstalled.pc
src/wayland-server.pc
src/wayland-client.pc
src/wayland-scanner.pc
src/wayland-version.h
protocol/Makefile
tests/Makefile])