Fix Makefile, which missed including a necessary library for compiling in the 0.5.0 release. See https://github.com/jordansissel/xdotool/pull/81 for more information. --- xdotool-3.20150503.1/Makefile 2014-10-20 13:05:34.000000000 -0700 +++ xdotool-3.20150503.1/Makefile 2016-02-05 14:44:18.652734272 -0800 @@ -28,7 +28,7 @@ CFLAGS+=-g # TODO(sissel): Comment before release CFLAGS+=$(CPPFLAGS) -DEFAULT_LIBS=-L/usr/X11R6/lib -L/usr/local/lib -lX11 -lXtst -lXinerama +DEFAULT_LIBS=-L/usr/X11R6/lib -L/usr/local/lib -lX11 -lXtst -lXinerama -lxkbcommon 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) selected='selected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)Author
2016-11-16daemon: Add "builtin:download" derivation builder....Ludovic Courtès
2016-11-16tests: Move HTTP server to (guix tests http)....Ludovic Courtès
2016-10-12build: Make 'assert-no-store-file-names' effective....Ludovic Courtès
2016-10-08build-system: Add asdf-build-system....Andy Patterson
2016-10-03gnu: linux-libre: Update to 4.8....Mark H Weaver
2016-09-22build: clean-go: warn about stray .go files....Eric Bavier
2016-09-07Add Zsh completion file....Eric Le Bihan
2016-09-05Add (guix modules)....Ludovic Courtès