summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2016-07-28 09:57:58 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2016-07-29 07:21:01 +0000
commita89875cd69787a469446523429ff610b45504a72 (patch)
tree40ee8416cd4725a50b7ffd9267355fbd0b760d31 /configure.json
parent4940194a35a5776aaaf7959441af58c0a4c04247 (diff)
Fix names of eglfs features
Change-Id: I0f43eea2ebc0dff945801c893302807bb71bc5d3 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/configure.json b/configure.json
index dd1ecb4829..2fc8ea776a 100644
--- a/configure.json
+++ b/configure.json
@@ -1844,34 +1844,34 @@
"condition": "features.egl",
"output": [ "feature" ]
},
- "eglfs-brcm": {
+ "eglfs_brcm": {
"description": "EGLFS Rasberry Pi",
"condition": "features.eglfs && tests.eglfs-brcm",
"output": [ "publicQtConfig" ]
},
- "eglfs-egldevice": {
+ "eglfs_egldevice": {
"description": "EGLFS EGLDevice",
"condition": "features.eglfs && tests.eglfs-egldevice",
"output": [ "publicQtConfig" ]
},
- "eglfs-gbm": {
+ "eglfs_gbm": {
"description": "EGLFS GBM",
"condition": "features.eglfs && features.gbm && features.kms",
"output": [ "publicQtConfig" ]
},
- "eglfs-mali": {
+ "eglfs_mali": {
"description": "EGLFS Mali",
"condition": "features.eglfs && tests.eglfs-mali",
"output": [ "publicQtConfig" ]
},
- "eglfs-viv": {
+ "eglfs_viv": {
"description": "EGLFS i.Mx6",
"condition": "features.eglfs && tests.eglfs-viv",
"output": [ "publicQtConfig" ]
},
- "eglfs-viv-wl": {
+ "eglfs_viv_wl": {
"description": "EGLFS i.Mx6 Wayland",
- "condition": "features.eglfs-viv && tests.wayland-server",
+ "condition": "features.eglfs_viv && tests.wayland-server",
"output": [ "publicQtConfig" ]
},
"libudev": {
@@ -2508,7 +2508,7 @@ Please apply the patch corresponding to your Standard Library vendor, found in
"section": "EGLFS details",
"condition": "features.eglfs",
"entries": [
- "eglfs-viv", "eglfs-viv-wl", "eglfs-egldevice", "eglfs-gbm", "eglfs-mali", "eglfs-brcm", "egl_x11"
+ "eglfs_viv", "eglfs_viv_wl", "eglfs_egldevice", "eglfs_gbm", "eglfs_mali", "eglfs_brcm", "egl_x11"
]
},
"linuxfb", "mirclient",