diff options
| author | 2010-11-11 23:56:39 +0000 | |
|---|---|---|
| committer | 2010-11-11 23:56:39 +0000 | |
| commit | a0a99d10e1a019f74a8b2af4d5f8b47348e08a75 (patch) | |
| tree | 78f9f8c219dd0bcce21096f63fbbd7962f111dd8 /config.mk | |
| parent | -m flag to fix dwm selmon bug (diff) | |
removed libdc dependence
Diffstat (limited to '')
| -rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ XINERAMAFLAGS = -DXINERAMA # includes and libs INCS = -I${X11INC} -LIBS = -L${X11LIB} -ldc -lX11 ${XINERAMALIBS} +LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} # flags CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} |
