summaryrefslogtreecommitdiffstats
path: root/src/hardwareintegration/client/wayland-egl/wayland-egl.pri
diff options
context:
space:
mode:
authorJorgen Lind <jorgen.lind@digia.com>2014-01-10 11:33:16 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-10 11:00:00 +0100
commitb35167dd093f3b894788cb3cacd46a749fe0ff66 (patch)
treed88855d8d46c5cf24cbe6e862372c62e2cb52efc /src/hardwareintegration/client/wayland-egl/wayland-egl.pri
parent4276e5d3183f7dfa1288c8afbe63138339245ba1 (diff)
Add missing pkg-config package
The hardware integrations needs to pick up the correct include path Change-Id: I457028803d3a4086bff53be4aa91417c1b293623 Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
Diffstat (limited to 'src/hardwareintegration/client/wayland-egl/wayland-egl.pri')
-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 bf03a8c72..107a96f93 100644
--- a/src/hardwareintegration/client/wayland-egl/wayland-egl.pri
+++ b/src/hardwareintegration/client/wayland-egl/wayland-egl.pri
@@ -1,7 +1,7 @@
INCLUDEPATH += $$PWD
!contains(QT_CONFIG, no-pkg-config) {
CONFIG += link_pkgconfig
- PKGCONFIG += wayland-egl egl
+ PKGCONFIG += wayland-client wayland-egl egl
} else {
LIBS += -lwayland-egl -lEGL
}