summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--src/client/configure.json3
-rw-r--r--src/compositor/configure.json3
2 files changed, 4 insertions, 2 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": {
diff --git a/src/compositor/configure.json b/src/compositor/configure.json
index 733ccfc03..a95c4eb01 100644
--- a/src/compositor/configure.json
+++ b/src/compositor/configure.json
@@ -18,7 +18,8 @@
"test": "wayland_egl",
"sources": [
{ "type": "pkgConfig", "args": "wayland-egl" },
- "-lwayland-egl"
+ "-lwayland-egl",
+ "-lEGL"
]
},
"xcomposite": {