mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-31 07:11:27 -04:00
protocol: add xslt stylesheet to prettify the protocol
Includes rudimentary styling only. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
50e87a006f
commit
015c42e1b1
5 changed files with 258 additions and 2 deletions
|
|
@ -48,9 +48,13 @@ if test "x$enable_scanner" = "xyes"; then
|
|||
AC_SUBST(EXPAT_LIBS)
|
||||
fi
|
||||
|
||||
AC_PATH_PROG(XSLTPROC, xsltproc)
|
||||
AM_CONDITIONAL([HAVE_XSLTPROC], [test $XSLTPROC != ""])
|
||||
|
||||
AC_CONFIG_FILES([Makefile
|
||||
wayland-scanner.m4
|
||||
src/Makefile
|
||||
src/wayland-server.pc
|
||||
src/wayland-client.pc])
|
||||
src/wayland-client.pc
|
||||
protocol/Makefile])
|
||||
AC_OUTPUT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue