diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-03-10 19:52:41 -0700 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-03-10 19:52:41 -0700 |
commit | 8c0ade2c1e4f2163c75d1a18e985531af0631bba (patch) | |
tree | f70cf2fff7ddb43bb435475b1d4e3e443b5db469 /config.mk | |
parent | 3ffde570e098567f8f4608dfb554772c3e11321d (diff) |
transparency now default
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ X11LIB = /usr/X11R6/lib INCS = -I. -I/usr/include -I${X11INC} \ `pkg-config --cflags fontconfig` \ `pkg-config --cflags freetype2` -LIBS = -L/usr/lib -lc -L${X11LIB} -lm -lrt -lX11 -lutil -lXft \ +LIBS = -L/usr/lib -lc -L${X11LIB} -lm -lrt -lX11 -lutil -lXext -lXft -lXrender\ `pkg-config --libs fontconfig` \ `pkg-config --libs freetype2` |