aboutsummarylogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authoranselm@anselm12007-12-21 12:54:45 +0000
committeranselm@anselm12007-12-21 12:54:45 +0000
commite875b82f39bd25e84840ef62a4dce2345162b1dd (patch)
treed1e093144206a063552db3be22a5c725a97ad92f /config.mk
parent3d7c16a8977c69be630c8b747aafffe1753f7f6e (diff)
downloadaur-e875b82f39bd25e84840ef62a4dce2345162b1dd.tar.gz
merged Christof Musik's Xinerama support patches, though this needs some polishing!
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index ebd0188aadda..da6e62123120 100644
--- a/config.mk
+++ b/config.mk
@@ -12,7 +12,7 @@ X11LIB = /usr/X11R6/lib
# includes and libs
INCS = -I. -I/usr/include -I${X11INC}
-LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
+LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lXinerama
# flags
CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"