Fix names of eglfs features

Change-Id: I0f43eea2ebc0dff945801c893302807bb71bc5d3
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
Laszlo Agocs 2016-07-28 09:57:58 +02:00
parent 4940194a35
commit a89875cd69

View File

@ -1844,34 +1844,34 @@
"condition": "features.egl", "condition": "features.egl",
"output": [ "feature" ] "output": [ "feature" ]
}, },
"eglfs-brcm": { "eglfs_brcm": {
"description": "EGLFS Rasberry Pi", "description": "EGLFS Rasberry Pi",
"condition": "features.eglfs && tests.eglfs-brcm", "condition": "features.eglfs && tests.eglfs-brcm",
"output": [ "publicQtConfig" ] "output": [ "publicQtConfig" ]
}, },
"eglfs-egldevice": { "eglfs_egldevice": {
"description": "EGLFS EGLDevice", "description": "EGLFS EGLDevice",
"condition": "features.eglfs && tests.eglfs-egldevice", "condition": "features.eglfs && tests.eglfs-egldevice",
"output": [ "publicQtConfig" ] "output": [ "publicQtConfig" ]
}, },
"eglfs-gbm": { "eglfs_gbm": {
"description": "EGLFS GBM", "description": "EGLFS GBM",
"condition": "features.eglfs && features.gbm && features.kms", "condition": "features.eglfs && features.gbm && features.kms",
"output": [ "publicQtConfig" ] "output": [ "publicQtConfig" ]
}, },
"eglfs-mali": { "eglfs_mali": {
"description": "EGLFS Mali", "description": "EGLFS Mali",
"condition": "features.eglfs && tests.eglfs-mali", "condition": "features.eglfs && tests.eglfs-mali",
"output": [ "publicQtConfig" ] "output": [ "publicQtConfig" ]
}, },
"eglfs-viv": { "eglfs_viv": {
"description": "EGLFS i.Mx6", "description": "EGLFS i.Mx6",
"condition": "features.eglfs && tests.eglfs-viv", "condition": "features.eglfs && tests.eglfs-viv",
"output": [ "publicQtConfig" ] "output": [ "publicQtConfig" ]
}, },
"eglfs-viv-wl": { "eglfs_viv_wl": {
"description": "EGLFS i.Mx6 Wayland", "description": "EGLFS i.Mx6 Wayland",
"condition": "features.eglfs-viv && tests.wayland-server", "condition": "features.eglfs_viv && tests.wayland-server",
"output": [ "publicQtConfig" ] "output": [ "publicQtConfig" ]
}, },
"libudev": { "libudev": {
@ -2508,7 +2508,7 @@ Please apply the patch corresponding to your Standard Library vendor, found in
"section": "EGLFS details", "section": "EGLFS details",
"condition": "features.eglfs", "condition": "features.eglfs",
"entries": [ "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", "linuxfb", "mirclient",