summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTero Alamäki <tero.alamaki@qt.io>2017-04-26 10:56:34 +0300
committerTero Alamaki <tero.alamaki@qt.io>2017-05-29 09:46:27 +0000
commitccb3e25d8266e0c26afc8776dce7f9fbe63d2a41 (patch)
treee715e060d50579bd30506702d499f41b457cea4f
parent5a01b586653d4d0346f5b918792c21ae29db0346 (diff)
Configure eglfs_kms_egldevice for INTEGRITY ARMv8 Drive CX
Change-Id: If41135cdf8287b90690321bef3ad839db6778782 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
-rw-r--r--src/gui/configure.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/configure.json b/src/gui/configure.json
index 306ce13214..9db0eb0327 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -85,7 +85,8 @@
"test": "qpa/kms",
"sources": [
{ "type": "pkgConfig", "args": "libdrm" },
- "-ldrm"
+ { "libs": "-ldrm", "condition": "!config.integrity" },
+ { "libs": "-ldrm-nvdc -lposix -livfs -lnvll -lnvdc -lnvrm -lnvrm_graphics -lnvos", "condition": "config.integrity" }
]
},
"egl": {