diff options
author | Adam Jackson <ajax@redhat.com> | 2017-11-06 12:54:41 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2017-11-06 15:27:42 -0500 |
commit | 3e2a6ad4edfbf21c3f76f8319f0039b7f589944f (patch) | |
tree | 12611bb4ba10cf8abe02520ad0e5f1187583234c | |
parent | 3fcd5f4490adee266eb4c0110d058c7f4e515e36 (diff) |
pkgconfig: Add our bindir to xkbcomp.pc
Reviewed-by: Daniel Stone <daniels@collabora.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r-- | xkbcomp.pc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xkbcomp.pc.in b/xkbcomp.pc.in index b8d6023..4d138c8 100644 --- a/xkbcomp.pc.in +++ b/xkbcomp.pc.in @@ -1,4 +1,5 @@ prefix=@prefix@ +bindir=@bindir@ datarootdir=@datarootdir@ datadir=@datadir@ xkbconfigdir=@XKBCONFIGROOT@ |