summaryrefslogtreecommitdiff
path: root/xkbcomp.pc.in
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2018-02-13 13:48:46 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2018-02-13 13:50:10 +1000
commit993d4916a92b56b5043cf0b90f550568c817ad2b (patch)
tree36fbbb14719273662df3de29582369f42dbe0a99 /xkbcomp.pc.in
parent3e2a6ad4edfbf21c3f76f8319f0039b7f589944f (diff)
downloadxorg-app-xkbcomp-993d4916a92b56b5043cf0b90f550568c817ad2b.tar.gz
pkgconfig: add the exec_prefix substitution
bindir gets replaced with: bindir=${exec_prefix}/bin but exec_prefix isn't set so we end up with an invalid bindir. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Jon Turney <jon.turney@dronecode.org.uk>
Diffstat (limited to 'xkbcomp.pc.in')
-rw-r--r--xkbcomp.pc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/xkbcomp.pc.in b/xkbcomp.pc.in
index 4d138c8..a4791a9 100644
--- a/xkbcomp.pc.in
+++ b/xkbcomp.pc.in
@@ -1,4 +1,5 @@
prefix=@prefix@
+exec_prefix=@exec_prefix@
bindir=@bindir@
datarootdir=@datarootdir@
datadir=@datadir@