Skip to content

Commit

Permalink
Fix qpa/kms test with Vibrante 4.1.6.0 on INTEGRITY for Drive CX
Browse files Browse the repository at this point in the history
Change-Id: I44ae001dc9f96ea8819a56a87be9322326dbbb4b
Reviewed-by: Lars Knoll <[email protected]>
  • Loading branch information
Tero Alamäki committed May 31, 2017
1 parent fa3940c commit 27f0d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/configure.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 27f0d8d

Please sign in to comment.