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:
parent
de3748122f
commit
567b31bcc6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user