From 567b31bcc62b1665681125ce953ef9aab8a84b59 Mon Sep 17 00:00:00 2001 From: Mihir Lad Date: Wed, 29 Jul 2020 20:43:37 -0400 Subject: [PATCH] Remove dwm make dependency dwm is not required to compile; it is only required to run the module, so there's no reason to add it as a hard dependency. --- cmake/02-opts.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/02-opts.cmake b/cmake/02-opts.cmake index 2bd64eaf..698c43a8 100644 --- a/cmake/02-opts.cmake +++ b/cmake/02-opts.cmake @@ -6,7 +6,6 @@ checklib(BUILD_DOC "binary" "${SPHINX_BUILD}") checklib(ENABLE_ALSA "pkg-config" alsa) checklib(ENABLE_CURL "pkg-config" libcurl) -checklib(ENABLE_DWM "binary" dwm) checklib(ENABLE_I3 "binary" i3) checklib(ENABLE_MPD "pkg-config" libmpdclient) checklib(WITH_LIBNL "pkg-config" libnl-genl-3.0)