mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-22 06:59:46 -05:00
Split into a core repository that only holds the core Wayland libraries
This commit is contained in:
parent
525e4c0bea
commit
fcfb4e30a4
61 changed files with 44 additions and 13320 deletions
16
wayland-scanner.m4.in
Normal file
16
wayland-scanner.m4.in
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
AC_DEFUN([WAYLAND_SCANNER_RULES], [
|
||||
wayland__prefix=${prefix}
|
||||
wayland__exec_prefix=${exec_prefix}
|
||||
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
|
||||
AC_PATH_PROG([wayland_scanner], [wayland-scanner], [/bin/false],
|
||||
[@bindir@$PATH_SEPARATOR$PATH])
|
||||
AC_SUBST_FILE([wayland_scanner_rules])
|
||||
AC_SUBST([wayland_protocoldir], [$1])
|
||||
wayland_scanner_rules=@datarootdir@/aclocal/wayland-scanner.mk
|
||||
|
||||
prefix=${wayland__prefix}
|
||||
exec_prefix=${wayland__exec_prefix}
|
||||
])
|
||||
Loading…
Add table
Add a link
Reference in a new issue