diff options
author | Olivier Fourdan <ofourdan@redhat.com> | 2015-01-20 13:54:10 +0100 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2015-01-21 11:57:58 +1000 |
commit | 7d73602c4b60aedee41986362cee6a460ec91a92 (patch) | |
tree | d62300c0b4a8bde47272e76f6b884dbf55356526 /xorg-libinput.pc.in | |
parent | 00b96de351404fc22e8f16610df667f7f35c448f (diff) |
Move properties to a separate header
And install the header as part of the SDK, so that applications interfacing
with the libinput driver do not have to copy paste all the properties' names.
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'xorg-libinput.pc.in')
-rw-r--r-- | xorg-libinput.pc.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xorg-libinput.pc.in b/xorg-libinput.pc.in new file mode 100644 index 0000000..ff98189 --- /dev/null +++ b/xorg-libinput.pc.in @@ -0,0 +1,6 @@ +sdkdir=@sdkdir@ + +Name: xorg-libinput +Description: X.Org libinput input driver. +Version: @PACKAGE_VERSION@ +Cflags: -I${sdkdir} |