x11-wm/dwm: add dwm-msg

This commit is contained in:
odrling 2021-03-27 19:03:24 +01:00
parent cd4d842f8d
commit f2d54dee62
1 changed files with 2 additions and 2 deletions

View File

@ -37,9 +37,9 @@ src_prepare() {
src_compile() {
if use xinerama; then
emake CC=$(tc-getCC) dwm
emake CC=$(tc-getCC) dwm dwm-msg
else
emake CC=$(tc-getCC) XINERAMAFLAGS="" XINERAMALIBS="" dwm
emake CC=$(tc-getCC) XINERAMAFLAGS="" XINERAMALIBS="" dwm dwm-msg
fi
}