From 8ddcb4182879f84ebf7635cc08a8edd257fe70ce Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Sun, 16 Aug 2026 15:50:50 +0400 Subject: fix wayland-protocols path --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 398951a..9272e34 100644 --- a/configure.ac +++ b/configure.ac @@ -112,7 +112,7 @@ if test "x${enable_wayland}" != "xno"; then if test "x${have_wayland}" = "xyes"; then WAYLAND_SCANNER=wayland-scanner AC_SUBST(WAYLAND_SCANNER) - WAYLAND_PROTOCOLS_DATADIR=`$PKG_CONFIG --variable=pkgdatadir wayland-protocols` + WAYLAND_PROTOCOLS_DATADIR=`$PKG_CONFIG --variable=pkgdatadir wayland-protocols | sed 's|^//*|/|'` AC_SUBST(WAYLAND_PROTOCOLS_DATADIR) if test "x${WAYLAND_PROTOCOLS_DATADIR}" = "x"; then have_wayland=no -- cgit v1.2.1