aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-08-25 00:32:25 +0100
committerHarry Jeffery <harry@exec64.co.uk>2019-08-25 00:32:25 +0100
commita9b4be7e4a75a8e3d7041cedc99cb808d1da5e1d (patch)
treeade8de9ba6335b11a544a740b51764c790df6721 /Makefile
parent1eb634953f018e45aeafde619141c635cd14502c (diff)
downloadimv-a9b4be7e4a75a8e3d7041cedc99cb808d1da5e1d.tar.gz
wl_window: Implement key repeating
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6d27f7d..2e01a05 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ SOURCES += src/navigator.c
SOURCES += src/viewport.c
WL_SOURCES = src/wl_window.c src/xdg-shell-protocol.c
-WL_LIBS = -lwayland-client -lwayland-egl -lEGL
+WL_LIBS = -lwayland-client -lwayland-egl -lEGL -lrt
X11_SOURCES = src/x11_window.c
X11_LIBS = -lX11 -lGL -lGLU -lxcb -lxkbcommon-x11