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:
Johan Klokkhammer Helsing 2017-07-21 16:51:04 +02:00 committed by Johan Helsing
parent 66af01b17f
commit 9041247dc7

View File

@ -28,7 +28,8 @@
"test": "wayland_egl",
"sources": [
{ "type": "pkgConfig", "args": "wayland-egl" },
"-lwayland-egl"
"-lwayland-egl",
"-lEGL"
]
},
"xcomposite": {