summaryrefslogtreecommitdiffstats
path: root/util/cmake/helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/cmake/helper.py')
-rw-r--r--util/cmake/helper.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py
index 06fcb83f9d..92410e8e99 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -558,6 +558,13 @@ _library_map = [
resultVariable="XCB_XFIXES",
),
LibraryMapping(
+ "xcb-xfixes",
+ "XCB",
+ "XCB::XFIXES",
+ extra=["COMPONENTS", "XFIXES"],
+ resultVariable="XCB_XFIXES",
+ ),
+ LibraryMapping(
"xcb_xinerama",
"XCB",
"XCB::XINERAMA",