Merge branch 'Plasma/5.2'

icc-effect-5.14.5
Martin Gräßlin 2015-01-28 16:22:49 +01:00
commit 65fe7e6fc2
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ set_package_properties(UDev PROPERTIES URL "http://www.freedesktop.org/software
PURPOSE "Required for input handling on Wayland."
)
set(HAVE_INPUT FALSE)
if (Libinput_FOUND AND UDEV_FOUND)
if (Libinput_FOUND AND UDEV_FOUND AND Libinput_VERSION VERSION_LESS 0.8)
set(HAVE_INPUT TRUE)
endif()