diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2019-08-18 00:46:57 +0100 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2019-08-18 00:58:43 +0100 |
commit | eaa2a69bd44179b024051f3d1a09143e17ad5df8 (patch) | |
tree | a6bfaa217621c5f9224709069c5fa0c1443110b1 /Makefile | |
parent | c6ce270ee1e54fc7ae9c4029923bccedbcac5ad2 (diff) | |
download | imv-eaa2a69bd44179b024051f3d1a09143e17ad5df8.tar.gz |
x11_window: Use XCB to load keymap
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ WL_SOURCES = src/wl_window.c src/xdg-shell-protocol.c WL_LIBS = -lwayland-client -lwayland-egl -lEGL X11_SOURCES = src/x11_window.c -X11_LIBS = -lX11 -lGL -lGLU +X11_LIBS = -lX11 -lGL -lGLU -lxcb -lxkbcommon-x11 MSG_SOURCES = src/imv_msg.c src/ipc_common.c MSG_LIBS = |