From f9d585dd1a71b7ebd5e7516ccdd0789e4741c0d4 Mon Sep 17 00:00:00 2001 From: William Wold Date: Sun, 13 Sep 2020 23:50:40 -0700 Subject: Drop 'xau' from PKG_CHECK_MODULES call --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a1fc2700..3d3ec256 100644 --- a/configure.ac +++ b/configure.ac @@ -213,7 +213,7 @@ AC_SUBST(GTK_LAYER_SHELL_LIBS) # Check if we have the X development libraries have_x11=no if test "x$enable_x11" != "xno"; then - PKG_CHECK_MODULES(X, x11 xau, have_x11=yes, [ + PKG_CHECK_MODULES(X, x11, have_x11=yes, [ if test "x$enable_x11" = "xyes"; then AC_MSG_ERROR([X development libraries not found]) fi -- cgit v1.2.1