From d2be83bc279cc35911f10fe5fb056a4d8f80bb5b Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Wed, 28 Jan 2015 13:06:37 +0100 Subject: Update for libinput 0.8 We don't yet have API compatibility, apparently, so we need to keep up with those changes. Dropping support for older versions is not yet acceptable since some distros (in particular current version of some embedded ones) may ship these versions. Change-Id: Ibea780abd76c4b89661012dfea46868b432ded42 Reviewed-by: Shawn Rutledge --- src/platformsupport/input/libinput/libinput.pri | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/platformsupport/input/libinput/libinput.pri') diff --git a/src/platformsupport/input/libinput/libinput.pri b/src/platformsupport/input/libinput/libinput.pri index bed9e79738..35d962ff3c 100644 --- a/src/platformsupport/input/libinput/libinput.pri +++ b/src/platformsupport/input/libinput/libinput.pri @@ -19,3 +19,5 @@ contains(QT_CONFIG, xkbcommon-evdev) { } else { DEFINES += QT_NO_XKBCOMMON_EVDEV } + +DEFINES += QT_LIBINPUT_VERSION_MAJOR=$$QMAKE_LIBINPUT_VERSION_MAJOR QT_LIBINPUT_VERSION_MINOR=$$QMAKE_LIBINPUT_VERSION_MINOR -- cgit v1.2.3