summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorAndrew Guschin <saintruler@gmail.com>2021-09-02 23:45:56 +0400
committerAndrew Guschin <saintruler@gmail.com>2021-09-02 23:45:56 +0400
commit14068dfebb01001cb732866235df96f84ffb6d82 (patch)
tree189e7a1defddb64be8db1cda9eb79aeffc8c71d8 /config.mk
parentec94f1e8f8a9ef263ff1be098901d1708be4804d (diff)
Added PKGBUILD and patches dpms and messageHEADmaster
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 74429ae..c4ccf66 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 -lcrypt -L${X11LIB} -lX11 -lXext -lXrandr
+LIBS = -L/usr/lib -lc -lcrypt -L${X11LIB} -lX11 -lXext -lXrandr -lXinerama
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE -DHAVE_SHADOW_H