diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2019-08-25 00:32:25 +0100 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2019-08-25 00:32:25 +0100 |
commit | a9b4be7e4a75a8e3d7041cedc99cb808d1da5e1d (patch) | |
tree | ade8de9ba6335b11a544a740b51764c790df6721 /Makefile | |
parent | 1eb634953f018e45aeafde619141c635cd14502c (diff) | |
download | imv-a9b4be7e4a75a8e3d7041cedc99cb808d1da5e1d.tar.gz |
wl_window: Implement key repeating
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |