Remove stale udev check
authorDonald Carr <donald.carr@nokia.com>
Fri, 11 May 2012 22:49:16 +0000 (22:49 +0000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 11 May 2012 23:24:55 +0000 (01:24 +0200)
udev headers now ship as part of the base debian reference image

Change-Id: I181c7f48ca59af46fccf8f3204845379d068c023
Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
mkspecs/devices/linux-rasp-pi-g++/qmake.conf

index 0e3314c..1bcceaf 100644 (file)
@@ -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