diff options
| author | Sunderland93 <[email protected]> | 2026-08-16 15:50:50 +0400 |
|---|---|---|
| committer | Luke from DC <[email protected]> | 2026-08-19 19:15:44 +0000 |
| commit | 8ddcb4182879f84ebf7635cc08a8edd257fe70ce (patch) | |
| tree | 518d6efc6f67d12a1a6f100d22bc5f1a9f431011 | |
| parent | f609cd42c9f2338eef1836e08cfa0baacb2621d8 (diff) | |
| download | mate-settings-daemon-8ddcb4182879f84ebf7635cc08a8edd257fe70ce.tar.bz2 mate-settings-daemon-8ddcb4182879f84ebf7635cc08a8edd257fe70ce.tar.xz | |
fix wayland-protocols path
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
