summaryrefslogtreecommitdiff
path: root/src/compositor/configure.cmake
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-06-04 19:10:35 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-06-04 22:27:35 +0200
commit9bf6eb92858c05455221e8b6925485e65c4f4b50 (patch)
tree579756c0be9f70d5c876365e7a9a81c7c837a1fe /src/compositor/configure.cmake
parent8dfdbb434537573c8ffc2b928820f1935409417c (diff)
downloadqtwayland-9bf6eb92858c05455221e8b6925485e65c4f4b50.tar.gz
CMake: Regenerate configure.cmake files
This adds the required qmake mixing informaiton. Change-Id: I5732611edfa4bc8f9038f1ad80df00bcb4da6bb2 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
Diffstat (limited to 'src/compositor/configure.cmake')
-rw-r--r--src/compositor/configure.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/compositor/configure.cmake b/src/compositor/configure.cmake
index f8f9d1dd..6d0d8983 100644
--- a/src/compositor/configure.cmake
+++ b/src/compositor/configure.cmake
@@ -7,15 +7,15 @@
#### Libraries
if((LINUX) OR QT_FIND_ALL_PACKAGES_ALWAYS)
- qt_find_package(Wayland PROVIDED_TARGETS Wayland::Server)
+ qt_find_package(Wayland PROVIDED_TARGETS Wayland::Server MODULE_NAME waylandcompositor QMAKE_LIB wayland-server)
endif()
if((LINUX) OR QT_FIND_ALL_PACKAGES_ALWAYS)
- qt_find_package(Wayland PROVIDED_TARGETS Wayland::Egl)
+ qt_find_package(Wayland PROVIDED_TARGETS Wayland::Egl MODULE_NAME waylandcompositor QMAKE_LIB wayland-egl)
endif()
if((LINUX) OR QT_FIND_ALL_PACKAGES_ALWAYS)
- qt_find_package(Waylandkms PROVIDED_TARGETS PkgConfig::Waylandkms)
+ qt_find_package(Waylandkms PROVIDED_TARGETS PkgConfig::Waylandkms MODULE_NAME waylandcompositor QMAKE_LIB wayland-kms)
endif()
-qt_find_package(XComposite PROVIDED_TARGETS PkgConfig::XComposite)
+qt_find_package(XComposite PROVIDED_TARGETS PkgConfig::XComposite MODULE_NAME waylandcompositor QMAKE_LIB xcomposite)
#### Tests