Fix typo
- Change `config.jk` to `config.mk` in README.org - Add changes to `config.jk` in README.org to reflect current config.mk from merge
This commit is contained in:
parent
8b40395af8
commit
11a81c6b50
@ -3240,7 +3240,7 @@ This can be optionally disabled in favour of other layouts.
|
|||||||
|
|
||||||
** Make Config
|
** Make Config
|
||||||
|
|
||||||
#+BEGIN_SRC makefile :tangle config.jk
|
#+BEGIN_SRC makefile :tangle config.mk
|
||||||
# dwm version
|
# dwm version
|
||||||
VERSION = 6.3
|
VERSION = 6.3
|
||||||
|
|
||||||
@ -3289,11 +3289,14 @@ YAJLINC = -I/usr/include/yajl
|
|||||||
#XEXTLIB = -lXext
|
#XEXTLIB = -lXext
|
||||||
|
|
||||||
# Uncomment this for the swallow patch / SWALLOW_PATCH
|
# Uncomment this for the swallow patch / SWALLOW_PATCH
|
||||||
# XCBLIBS = -lX11-xcb -lxcb -lxcb-res
|
XCBLIBS = -lX11-xcb -lxcb -lxcb-res
|
||||||
|
|
||||||
|
# This is needed for the winicon patch / BAR_WINICON_PATCH
|
||||||
|
#IMLIB2LIBS = -lImlib2
|
||||||
|
|
||||||
# includes and libs
|
# includes and libs
|
||||||
INCS = -I${X11INC} -I${FREETYPEINC} ${YAJLINC} ${PANGOINC}
|
INCS = -I${X11INC} -I${FREETYPEINC} ${YAJLINC} ${PANGOINC}
|
||||||
LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} ${XRENDER} ${MPDCLIENT} ${XEXTLIB} ${XCBLIBS} ${KVMLIB} ${PANGOLIB} ${YAJLLIBS}
|
LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} ${XRENDER} ${MPDCLIENT} ${XEXTLIB} ${XCBLIBS} ${KVMLIB} ${PANGOLIB} ${YAJLLIBS} ${IMLIB2LIBS}
|
||||||
|
|
||||||
# flags
|
# flags
|
||||||
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
|
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user