You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
428 B
14 lines
428 B
AC_DEFUN([WAYLAND_SCANNER_RULES], [
|
|
PKG_PROG_PKG_CONFIG
|
|
|
|
PKG_CHECK_MODULES([WAYLAND_SCANNER], [wayland-scanner >= 1.14.0])
|
|
|
|
wayland_scanner=`$PKG_CONFIG --variable=wayland_scanner wayland-scanner`
|
|
AC_SUBST([wayland_scanner])
|
|
|
|
wayland_scanner_rules=`$PKG_CONFIG --variable=pkgdatadir wayland-scanner`/wayland-scanner.mk
|
|
AC_SUBST_FILE([wayland_scanner_rules])
|
|
|
|
AC_SUBST([wayland_protocoldir], [$1])
|
|
])
|