summaryrefslogtreecommitdiffstats
path: root/src/hardwareintegration
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
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')
-rw-r--r--src/hardwareintegration/client/wayland-egl/wayland-egl.pri2
-rw-r--r--src/hardwareintegration/client/xcomposite-egl/xcomposite-egl.pri2
-rw-r--r--src/hardwareintegration/client/xcomposite-glx/xcomposite-glx.pri2
3 files changed, 3 insertions, 3 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
}
diff --git a/src/hardwareintegration/client/xcomposite-egl/xcomposite-egl.pri b/src/hardwareintegration/client/xcomposite-egl/xcomposite-egl.pri
index fa08daaf2..89ec9840d 100644
--- a/src/hardwareintegration/client/xcomposite-egl/xcomposite-egl.pri
+++ b/src/hardwareintegration/client/xcomposite-egl/xcomposite-egl.pri
@@ -3,7 +3,7 @@ include($$PWD/../xcomposite_share/xcomposite_share.pri)
!contains(QT_CONFIG, no-pkg-config) {
CONFIG += link_pkgconfig
- PKGCONFIG += xcomposite egl x11
+ PKGCONFIG += wayland-client xcomposite egl x11
} else {
LIBS += -lXcomposite -lEGL -lX11
}
diff --git a/src/hardwareintegration/client/xcomposite-glx/xcomposite-glx.pri b/src/hardwareintegration/client/xcomposite-glx/xcomposite-glx.pri
index cc41322bb..3ecf5e7cb 100644
--- a/src/hardwareintegration/client/xcomposite-glx/xcomposite-glx.pri
+++ b/src/hardwareintegration/client/xcomposite-glx/xcomposite-glx.pri
@@ -3,7 +3,7 @@ include ($$PWD/../xcomposite_share/xcomposite_share.pri)
!contains(QT_CONFIG, no-pkg-config) {
CONFIG += link_pkgconfig
- PKGCONFIG += xcomposite gl x11
+ PKGCONFIG += wayland-client xcomposite gl x11
} else {
LIBS += -lXcomposite -lGL -lX11
}