diff options
author | Paul Olav Tvete <paul.tvete@qt.io> | 2021-11-09 14:34:06 +0100 |
---|---|---|
committer | Paul Olav Tvete <paul.tvete@qt.io> | 2021-12-07 12:25:13 +0100 |
commit | f8b59e8c7861a1c91d95410c76bcbfa9f59bf305 (patch) | |
tree | d85c5c6b278a27b65e93db9104a220a61c58e9f3 /cmake | |
parent | 07ddfbfa43d08c2b76aabafaab38830e04a42690 (diff) | |
download | qtwayland-f8b59e8c7861a1c91d95410c76bcbfa9f59bf305.tar.gz |
Remove the XComposite buffer sharing extension
These extensions were disabled because they did not work properly and they
are no longer very useful. It does not make sense to keep
non-functional code around when it is unlikely to be fixed.
[ChangeLog][Extensions][The xcomposite-egl and xcomposite-glx shell
extension protocols have been removed.]
Task-number: QTBUG-97985
Change-Id: I0ad37bd2b35551d7b2b1e5e7d4e77a51037864ad
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/FindXComposite.cmake | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cmake/FindXComposite.cmake b/cmake/FindXComposite.cmake deleted file mode 100644 index 0111bb03..00000000 --- a/cmake/FindXComposite.cmake +++ /dev/null @@ -1,12 +0,0 @@ -if (TARGET PkgConfig::XComposite) - set(XComposite_FOUND 1) - return() -endif() - -find_package(PkgConfig QUIET) - -pkg_check_modules(XComposite xcomposite IMPORTED_TARGET) - -if (NOT TARGET PkgConfig::XComposite) - set(XComposite_FOUND 0) -endif() |