Try -lEGL when checking for wayland-egl
This will detect wayland-egl on an imx6 without pkg-config Change-Id: I9c0fe6eef375fd0431a218c3b0407505c29eead9 Reviewed-by: Karim Pinter <karim.pinter@qt.io> Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
This commit is contained in:
parent
66af01b17f
commit
9041247dc7
@ -28,7 +28,8 @@
|
|||||||
"test": "wayland_egl",
|
"test": "wayland_egl",
|
||||||
"sources": [
|
"sources": [
|
||||||
{ "type": "pkgConfig", "args": "wayland-egl" },
|
{ "type": "pkgConfig", "args": "wayland-egl" },
|
||||||
"-lwayland-egl"
|
"-lwayland-egl",
|
||||||
|
"-lEGL"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"xcomposite": {
|
"xcomposite": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user