mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-09 08:21:30 -04:00
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:
parent
60fc83af6e
commit
40fc79d5b0
7 changed files with 32 additions and 18 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue