summaryrefslogtreecommitdiff
path: root/src/navigation/patches/0001-client.pro-Disable-create_cmake-configuration.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/navigation/patches/0001-client.pro-Disable-create_cmake-configuration.patch')
-rwxr-xr-xsrc/navigation/patches/0001-client.pro-Disable-create_cmake-configuration.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/navigation/patches/0001-client.pro-Disable-create_cmake-configuration.patch b/src/navigation/patches/0001-client.pro-Disable-create_cmake-configuration.patch
new file mode 100755
index 0000000..926bb77
--- /dev/null
+++ b/src/navigation/patches/0001-client.pro-Disable-create_cmake-configuration.patch
@@ -0,0 +1,25 @@
+From 9112aeed43f40eeeefd20484e14eedcee6c80544 Mon Sep 17 00:00:00 2001
+From: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
+Date: Fri, 3 Oct 2014 14:43:37 +0900
+Subject: [PATCH] client.pro: Disable create_cmake configuration
+
+Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
+---
+ src/client/client.pro | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/client/client.pro b/src/client/client.pro
+index fd094fd..c9dc668 100644
+--- a/src/client/client.pro
++++ b/src/client/client.pro
+@@ -8,6 +8,7 @@ MODULE_PLUGIN_TYPES = wayland-graphics-integration-client
+ load(qt_module)
+
+ CONFIG += link_pkgconfig qpa/genericunixfontdatabase wayland-scanner
++CONFIG -= create_cmake
+
+ !equals(QT_WAYLAND_GL_CONFIG, nogl) {
+ DEFINES += QT_WAYLAND_GL_SUPPORT
+--
+1.9.1
+