summaryrefslogtreecommitdiffstats
path: root/src/gui/configure.json
diff options
context:
space:
mode:
authorTero Alamäki <tero.alamaki@qt.io>2017-05-30 10:08:56 +0300
committerTero Alamaki <tero.alamaki@qt.io>2017-05-31 05:13:05 +0000
commit27f0d8db9112cebd6ca54f8709e80d03f3e23aaf (patch)
tree849a8acc3014b3dc47c46ccccbc12bad3230f119 /src/gui/configure.json
parentfa3940cc4b5580070f465d1f64a23a69bc925367 (diff)
Fix qpa/kms test with Vibrante 4.1.6.0 on INTEGRITY for Drive CX
Change-Id: I44ae001dc9f96ea8819a56a87be9322326dbbb4b Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/gui/configure.json')
-rw-r--r--src/gui/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/configure.json b/src/gui/configure.json
index af5dcf8961..93098a4b58 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -86,7 +86,7 @@
"sources": [
{ "type": "pkgConfig", "args": "libdrm" },
{ "libs": "-ldrm", "condition": "!config.integrity" },
- { "libs": "-ldrm-nvdc -lposix -livfs -lnvll -lnvdc -lnvrm -lnvrm_graphics -lnvos", "condition": "config.integrity" }
+ { "libs": "-ldrm-nvdc -lposix -livfs -lnvll -lnvdc -lnvrm -lnvrm_graphics -lnvos -lnvtegrahv", "condition": "config.integrity" }
]
},
"egl": {