summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3998e60..89acef5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ AM_SILENT_RULES([yes])
AX_APPEND_COMPILE_FLAGS([-Wall])
PKG_CHECK_MODULES(VWM, x11 xext xinerama xrandr xcomposite xfixes xdamage xrender)
-PKG_CHECK_MODULES(VMON, x11 xext xfixes xrender)
+PKG_CHECK_MODULES(VMON, x11 xext xfixes xrender libpng)
AC_CONFIG_FILES([
Makefile
© All Rights Reserved