4ed6cd0b12
Echinus supports managing window in floating, tiled and maximized layouts. All the configuration is made via config file in Xresources format. Echinus supports a small subset of EWMH to be compatible with external panels and pagers. The goal of development is a small, fast window manager without features not strictly related to window management. from Alexander Polakov (MAINTAINER) ok sthen@
13 lines
477 B
Plaintext
13 lines
477 B
Plaintext
$OpenBSD: patch-config_mk,v 1.1.1.1 2011/03/22 08:11:05 jasper Exp $
|
|
--- config.mk.orig Thu Mar 17 17:05:23 2011
|
|
+++ config.mk Thu Mar 17 17:05:33 2011
|
|
@@ -21,7 +21,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 `pkg-config --
|
|
DEFS = -DVERSION=\"${VERSION}\" -DSYSCONFPATH=\"${CONF}\"
|
|
|
|
# flags
|
|
-CFLAGS = -Os ${INCS} ${DEFS}
|
|
+CFLAGS = -Os ${INCS} ${DEFS} ${CLFAGS_EXTRA}
|
|
LDFLAGS = -s ${LIBS}
|
|
# debug flags
|
|
#CFLAGS = -g3 -ggdb3 -std=c99 -pedantic -O0 ${INCS} -DDEBUG ${DEFS}
|