summarylogtreecommitdiffstats
path: root/0008-Find-fontconfig-via-pkg-config-for-correct-handling-.patch
diff options
context:
space:
mode:
Diffstat (limited to '0008-Find-fontconfig-via-pkg-config-for-correct-handling-.patch')
-rw-r--r--0008-Find-fontconfig-via-pkg-config-for-correct-handling-.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/0008-Find-fontconfig-via-pkg-config-for-correct-handling-.patch b/0008-Find-fontconfig-via-pkg-config-for-correct-handling-.patch
index 268b8e21b6ac..71d2c00e8032 100644
--- a/0008-Find-fontconfig-via-pkg-config-for-correct-handling-.patch
+++ b/0008-Find-fontconfig-via-pkg-config-for-correct-handling-.patch
@@ -1,7 +1,7 @@
-From 5a4ab8c0fb624472ae7e4ad56c2d74b9cc67d57a Mon Sep 17 00:00:00 2001
+From 4e4ba608f3235c015b630bf99a7db810fae3a2bb Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 24 Apr 2022 23:00:27 +0200
-Subject: [PATCH 08/17] Find fontconfig via pkg-config for correct handling of
+Subject: [PATCH 08/16] Find fontconfig via pkg-config for correct handling of
its dependencies
CMake's own find module unforunately does not consider fontconfig's deps so
@@ -33,7 +33,7 @@ index 00000000000..1a52327ae6f
+ set(Fontconfig_FOUND 1)
+endif()
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt
-index 3207244afd2..b0cbee37bbb 100644
+index 8ea68087cf9..c012c82d71d 100644
--- a/src/gui/CMakeLists.txt
+++ b/src/gui/CMakeLists.txt
@@ -736,7 +736,7 @@ qt_internal_extend_target(Gui CONDITION QT_FEATURE_fontconfig AND QT_FEATURE_fre
@@ -59,5 +59,5 @@ index 4affd7b30a5..141675b5e6e 100644
qt_find_package(gbm PROVIDED_TARGETS gbm::gbm MODULE_NAME gui QMAKE_LIB gbm)
qt_find_package(WrapSystemHarfbuzz 2.6.0 PROVIDED_TARGETS WrapSystemHarfbuzz::WrapSystemHarfbuzz MODULE_NAME gui QMAKE_LIB harfbuzz)
--
-2.44.0
+2.45.1