summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2016-01-26 10:09:09 +0100
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2016-01-28 14:24:23 +0000
commitec46ff95ec315a1ba768dff737d378b7cec3ea6c (patch)
treec0f3c21b0b3f5c86d6ee0c3895fc0f4748f4280a
parent78acd57fd0ad84ecd5ef515951e2f4bfc5948f75 (diff)
Add missing lib when pkg-config is not used
Some embedded SDKs will not have pkg-config available for Wayland. Hence we need to keep the manual LIBS+=... path functional. Change-Id: I3815267254ce5c137918e817ade434cffba9f20b Reviewed-by: Erik Larsson <erik@ortogonal.com> Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
-rw-r--r--src/hardwareintegration/client/wayland-egl/wayland-egl.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hardwareintegration/client/wayland-egl/wayland-egl.pri b/src/hardwareintegration/client/wayland-egl/wayland-egl.pri
index 951d28c52..6768307dc 100644
--- a/src/hardwareintegration/client/wayland-egl/wayland-egl.pri
+++ b/src/hardwareintegration/client/wayland-egl/wayland-egl.pri
@@ -3,7 +3,7 @@ INCLUDEPATH += $$PWD
CONFIG += link_pkgconfig
PKGCONFIG += wayland-client wayland-egl
} else {
- LIBS += -lwayland-egl
+ LIBS += -lwayland-client -lwayland-egl
}
CONFIG += egl