aboutsummaryrefslogtreecommitdiffstats
path: root/testing/qt-wayland-shell-helpers/fix-qt-include-directory.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/qt-wayland-shell-helpers/fix-qt-include-directory.patch')
-rw-r--r--testing/qt-wayland-shell-helpers/fix-qt-include-directory.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/qt-wayland-shell-helpers/fix-qt-include-directory.patch b/testing/qt-wayland-shell-helpers/fix-qt-include-directory.patch
new file mode 100644
index 00000000000..262f4e75516
--- /dev/null
+++ b/testing/qt-wayland-shell-helpers/fix-qt-include-directory.patch
@@ -0,0 +1,9 @@
+diff -upr qt-wayland-shell-helpers-0.1.1.orig/src/library/meson.build qt-wayland-shell-helpers-0.1.1/src/library/meson.build
+--- qt-wayland-shell-helpers-0.1.1.orig/src/library/meson.build 2021-07-09 14:55:47.174112496 +0200
++++ qt-wayland-shell-helpers-0.1.1/src/library/meson.build 2021-07-09 14:57:24.824233259 +0200
+@@ -1,4 +1,4 @@
+-private_module_includes = '/usr/include/@0@/@1@/@0@'.format('QtGui', qt.version())
++private_module_includes = '/usr/include/qt5/@0@/@1@/@0@'.format('QtGui', qt.version())
+
+ qt_private = include_directories(private_module_includes)
+