Skip to content

Commit

Permalink
Fix sending wrong keys when using multiple keyboard layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
kealthou committed Jan 20, 2014
1 parent edbbb7a commit bbf0e70
Show file tree
Hide file tree
Showing 4 changed files with 136 additions and 400 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DEFAULT_LIBS=-L/usr/X11R6/lib -L/usr/local/lib -lX11 -lXtst -lXinerama
DEFAULT_INC=-I/usr/X11R6/include -I/usr/local/include

XDOTOOL_LIBS=$(shell pkg-config --libs x11 2> /dev/null || echo "$(DEFAULT_LIBS)") $(shell sh platform.sh extralibs)
LIBXDO_LIBS=$(shell pkg-config --libs xtst xinerama 2> /dev/null || echo "$(DEFAULT_LIBS)")
LIBXDO_LIBS=$(shell pkg-config --libs xtst xinerama xkbcommon 2> /dev/null || echo "$(DEFAULT_LIBS)")
INC=$(shell pkg-config --cflags x11 xtst xinerama 2> /dev/null || echo "$(DEFAULT_INC)")
CFLAGS+=-std=c99 $(INC)

Expand Down
Loading

0 comments on commit bbf0e70

Please sign in to comment.