summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2013-09-26 16:23:36 +0200
committerAndreas Enge <andreas@enge.fr>2013-09-26 16:23:36 +0200
commitde9c5046973c81006c9fcd63ae0bde20da83d36d (patch)
tree593736fcacca08077a31975da78d7d8a85dced90 /gnu
parent834b5c80763eba42018606a674bcc53bfeca10eb (diff)
downloadpatches-de9c5046973c81006c9fcd63ae0bde20da83d36d.tar
patches-de9c5046973c81006c9fcd63ae0bde20da83d36d.tar.gz
gnu: xf86-input-synaptics: Fix installation paths.
* gnu/packages/xorg.scm (xf86-input-synaptics): Fix installation paths.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xorg.scm8
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 613e2c5f0e..ff0a5bfbce 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2186,6 +2186,14 @@ tracking.")
("mtdev" ,mtdev)
("pkg-config" ,pkg-config)
("xorg-server" ,xorg-server)))
+ (arguments
+ `(#:configure-flags
+ (list (string-append "--with-sdkdir="
+ (assoc-ref %outputs "out")
+ "/include/xorg")
+ (string-append "--with-xorg-conf-dir="
+ (assoc-ref %outputs "out")
+ "/share/X11/xorg.conf.d"))))
(home-page "http://www.x.org/wiki/")
(synopsis "xorg implementation of the X Window System")
(description "X.org provides an implementation of the X Window System")