Add configure test for INTEGRITY EGLFS openWFD integration plugin
Change-Id: I846f9e555df4f64097b5634707515d45c13a521c Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
This commit is contained in:
parent
92cd3bfa2e
commit
f4498db196
@ -705,6 +705,17 @@
|
||||
},
|
||||
"use": "egl"
|
||||
},
|
||||
"egl-openwfd": {
|
||||
"label": "OpenWFD EGL",
|
||||
"type": "compile",
|
||||
"test": {
|
||||
"include": [ "wfd.h" ],
|
||||
"main": [
|
||||
"wfdEnumerateDevices(nullptr, 0, nullptr);"
|
||||
]
|
||||
},
|
||||
"use": "egl"
|
||||
},
|
||||
"evdev": {
|
||||
"label": "evdev",
|
||||
"type": "compile",
|
||||
@ -1088,6 +1099,11 @@
|
||||
"condition": "features.eglfs_viv && libs.wayland_server",
|
||||
"output": [ "privateFeature" ]
|
||||
},
|
||||
"eglfs_openwfd": {
|
||||
"label": "EGLFS OpenWFD",
|
||||
"condition": "config.integrity && features.eglfs && tests.egl-openwfd",
|
||||
"output": [ "privateFeature" ]
|
||||
},
|
||||
"gif": {
|
||||
"label": "GIF",
|
||||
"condition": "features.imageformatplugin",
|
||||
@ -1560,7 +1576,7 @@ QMAKE_LIBDIR_OPENGL[_ES2] and QMAKE_LIBS_OPENGL[_ES2] in the mkspec for your pla
|
||||
"section": "EGLFS details",
|
||||
"condition": "features.eglfs",
|
||||
"entries": [
|
||||
"eglfs_viv", "eglfs_viv_wl", "eglfs_egldevice", "eglfs_gbm", "eglfs_mali", "eglfs_brcm", "egl_x11"
|
||||
"eglfs_openwfd", "eglfs_viv", "eglfs_viv_wl", "eglfs_egldevice", "eglfs_gbm", "eglfs_mali", "eglfs_brcm", "egl_x11"
|
||||
]
|
||||
},
|
||||
"linuxfb", "vnc", "mirclient",
|
||||
|
@ -8,7 +8,7 @@ qtConfig(eglfs_brcm): SUBDIRS += eglfs_brcm
|
||||
qtConfig(eglfs_mali): SUBDIRS += eglfs_mali
|
||||
qtConfig(eglfs_viv): SUBDIRS += eglfs_viv
|
||||
qtConfig(eglfs_viv_wl): SUBDIRS += eglfs_viv_wl
|
||||
|
||||
qtConfig(eglfs_openwfd): SUBDIRS += eglfs_openwfd
|
||||
qtConfig(opengl): SUBDIRS += eglfs_emu
|
||||
|
||||
eglfs_kms_egldevice.depends = eglfs_kms_support
|
||||
|
Loading…
Reference in New Issue
Block a user