dwm: add optional dependency to dmenu
Closes Homebrew/homebrew#30363. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
2db93cd796
commit
083e650bbd
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ class Dwm < Formula
|
|||
head 'http://git.suckless.org/dwm', :using => :git
|
||||
|
||||
depends_on :x11
|
||||
depends_on 'dmenu' => :optional
|
||||
|
||||
def install
|
||||
# The dwm default quit keybinding Mod1-Shift-q collides with
|
||||
|
|
Loading…
Reference in a new issue