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.
This commit is contained in:
Mihir Lad 2020-07-29 20:43:37 -04:00
parent de3748122f
commit 567b31bcc6

View File

@ -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)