summarylogtreecommitdiffstats
path: root/0010-Fix-dependency-of-xcb-image-on-xcb-util.patch
diff options
context:
space:
mode:
authorMartchus2024-02-15 21:21:56 +0100
committerMartchus2024-02-15 21:21:56 +0100
commit73d39ea54cd7d1558c20c40807c271b40f105732 (patch)
tree8c1b947999b30660dbf8ff1cbbd0abe623ced342 /0010-Fix-dependency-of-xcb-image-on-xcb-util.patch
parentba1d2ef6290a01b0e7bce06e6b4297d09b5c0acc (diff)
downloadaur-73d39ea54cd7d1558c20c40807c271b40f105732.tar.gz
Update to 6.6.2
Diffstat (limited to '0010-Fix-dependency-of-xcb-image-on-xcb-util.patch')
-rw-r--r--0010-Fix-dependency-of-xcb-image-on-xcb-util.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/0010-Fix-dependency-of-xcb-image-on-xcb-util.patch b/0010-Fix-dependency-of-xcb-image-on-xcb-util.patch
index 04dcf3565c81..c2d1f7ca0d2c 100644
--- a/0010-Fix-dependency-of-xcb-image-on-xcb-util.patch
+++ b/0010-Fix-dependency-of-xcb-image-on-xcb-util.patch
@@ -1,4 +1,4 @@
-From 13f30391a77138f59308bc2280140aec63e989d6 Mon Sep 17 00:00:00 2001
+From af9caa1b9cc22f2534755d0754404f8b20a0c82c Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 24 Apr 2022 23:49:36 +0200
Subject: [PATCH 10/13] Fix dependency of xcb-image on xcb-util
@@ -15,7 +15,7 @@ Change-Id: Ic87a94ec664c126a5af1012d31b068d3dc7ec947
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/3rdparty/extra-cmake-modules/find-modules/FindXCB.cmake b/cmake/3rdparty/extra-cmake-modules/find-modules/FindXCB.cmake
-index dc60289401..3dd06d4cd0 100644
+index 26b9bf8963..0ae21f774c 100644
--- a/cmake/3rdparty/extra-cmake-modules/find-modules/FindXCB.cmake
+++ b/cmake/3rdparty/extra-cmake-modules/find-modules/FindXCB.cmake
@@ -108,6 +108,7 @@ set(XCB_known_components
@@ -34,7 +34,7 @@ index dc60289401..3dd06d4cd0 100644
XEVIE
XF86DRI
XINERAMA
-@@ -142,7 +142,7 @@ endforeach()
+@@ -145,7 +145,7 @@ endforeach()
set(XCB_XCB_component_deps)
set(XCB_COMPOSITE_component_deps XCB XFIXES)
set(XCB_DAMAGE_component_deps XCB XFIXES)