mirror of https://github.com/qt/qtbase.git
Remove stale udev check
udev headers now ship as part of the base debian reference image Change-Id: I181c7f48ca59af46fccf8f3204845379d068c023 Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
This commit is contained in:
parent
1ea3c22e66
commit
f1ea4ed3d4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue