From 27f0d8db9112cebd6ca54f8709e80d03f3e23aaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tero=20Alam=C3=A4ki?= Date: Tue, 30 May 2017 10:08:56 +0300 Subject: [PATCH] Fix qpa/kms test with Vibrante 4.1.6.0 on INTEGRITY for Drive CX Change-Id: I44ae001dc9f96ea8819a56a87be9322326dbbb4b Reviewed-by: Lars Knoll --- src/gui/configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/configure.json b/src/gui/configure.json index af5dcf8961d..93098a4b583 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": {