From f1ea4ed3d4b45b2eda0a695c61f743cecc0644da Mon Sep 17 00:00:00 2001 From: Donald Carr Date: Fri, 11 May 2012 22:49:16 +0000 Subject: Remove stale udev check udev headers now ship as part of the base debian reference image Change-Id: I181c7f48ca59af46fccf8f3204845379d068c023 Reviewed-by: Girish Ramakrishnan --- mkspecs/devices/linux-rasp-pi-g++/qmake.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mkspecs/devices/linux-rasp-pi-g++/qmake.conf b/mkspecs/devices/linux-rasp-pi-g++/qmake.conf index 0e3314c96c..1bcceafa44 100644 --- a/mkspecs/devices/linux-rasp-pi-g++/qmake.conf +++ b/mkspecs/devices/linux-rasp-pi-g++/qmake.conf @@ -2,12 +2,6 @@ # qmake configuration for Broadcom's Raspberry PI # http://wiki.qt-project.org/Devices/RaspberryPi -!exists($$[QT_SYSROOT]/usr/include/libudev.h) { - message("Keyboard support requires udev") - message("Install libudev-dev in your rootfs") - error() -} - MAKEFILE_GENERATOR = UNIX TARGET_PLATFORM = unix TEMPLATE = app -- cgit v1.2.3