diff options
author | Ralf Nolden <nolden@kde.org> | 2016-05-17 12:57:17 +0200 |
---|---|---|
committer | Ralf Nolden <nolden@kde.org> | 2016-05-17 15:14:30 +0000 |
commit | 72492735b7b7770808fcc9fe067e8f03fab827fc (patch) | |
tree | 6e0723796b68658d722b07e4e7580fe7e7610f52 /config.tests | |
parent | 74910e2192ff78941f7010b1c8f165c3013ff116 (diff) | |
download | qtbase-72492735b7b7770808fcc9fe067e8f03fab827fc.tar.gz |
Remove libudev dependency from kms.pro
To compile the kms qpa plugin, only libdrm is needed.
Remove the libudev dependency for the compile check to enable
building of the qpa plugin on platforms where libudev is not present
such as BSD systems (but where KMS works)
Change-Id: Icd0be70a8949578a6158d523428706890a9674eb
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'config.tests')
-rw-r--r-- | config.tests/qpa/kms/kms.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/qpa/kms/kms.pro b/config.tests/qpa/kms/kms.pro index 1fb73677e7..5147bc82da 100644 --- a/config.tests/qpa/kms/kms.pro +++ b/config.tests/qpa/kms/kms.pro @@ -1,4 +1,4 @@ SOURCES = kms.cpp CONFIG += link_pkgconfig -PKGCONFIG += libdrm libudev +PKGCONFIG += libdrm CONFIG -= qt |