summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2021-08-25 23:59:47 -0700
committerVito Caputo <vcaputo@pengaru.com>2021-08-25 23:59:47 -0700
commit5620c44220153ff1512dc0edbbccab0cbbc4b5be (patch)
tree1612d06e4ef8035364cbc53f58c544d1aa4c892f /configure.ac
parentdc3ee8c2f50260d553e5cffe3037d9f3c8a51aa1 (diff)
configure: pull in libpng pkgconfig for vmon
Preparatory commit for --snapshot-on-sigchld for vmon; will use libpng for writing the png files.
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