summaryrefslogtreecommitdiffstats
path: root/src/client/configure.json
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2017-07-21 16:51:04 +0200
committerJohan Helsing <johan.helsing@qt.io>2017-08-15 13:19:19 +0000
commit7f70da6a644bc5b690066f0ab4814e1358f57e81 (patch)
treea0191465c987344f6d83511b84be4825ced2f59c /src/client/configure.json
parent3e0128ff1ec495da04350f9713becbdd94707da6 (diff)
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>
Diffstat (limited to 'src/client/configure.json')
-rw-r--r--src/client/configure.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/configure.json b/src/client/configure.json
index d216960e1..b11416f68 100644
--- a/src/client/configure.json
+++ b/src/client/configure.json
@@ -28,7 +28,8 @@
"test": "wayland_egl",
"sources": [
{ "type": "pkgConfig", "args": "wayland-egl" },
- "-lwayland-egl"
+ "-lwayland-egl",
+ "-lEGL"
]
},
"xcomposite": {