all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 5fed41f8b44435c2dda250e9e38c1181e87ab807 732 bytes (raw)
name: gnu/packages/patches/xdotool-fix-makefile.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 
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)

debug log:

solving 5fed41f ...
found 5fed41f in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.