Skip to content

Commit

Permalink
Merge pull request robm#14 from baskerville/master
Browse files Browse the repository at this point in the history
Add missing config.mk option
  • Loading branch information
robm committed Sep 23, 2013
2 parents 6e2c1f3 + e649fe6 commit 488ab66
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ CFLAGS = -Wall -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XFT `pkg-config --cfl
#CFLAGS = -Wall -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft`


## Option 7: With Xinerama and XPM and XFT
## Option 7: With Xinerama and XFT
#LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lXinerama `pkg-config --libs xft`
#CFLAGS = -Wall -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XINERAMA -DDZEN_XFT `pkg-config --cflags xft`


## Option 8: With Xinerama and XPM and XFT
#LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lXinerama -lXpm `pkg-config --libs xft`
#CFLAGS = -Wall -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XINERAMA -DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft`

Expand Down

0 comments on commit 488ab66

Please sign in to comment.