summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/abiword/abiword/0001-plugins-aiksaurus-Makefile.am-remove-uncomplete-opti.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/abiword/abiword/0001-plugins-aiksaurus-Makefile.am-remove-uncomplete-opti.patch')
-rw-r--r--meta-gnome/recipes-gnome/abiword/abiword/0001-plugins-aiksaurus-Makefile.am-remove-uncomplete-opti.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/meta-gnome/recipes-gnome/abiword/abiword/0001-plugins-aiksaurus-Makefile.am-remove-uncomplete-opti.patch b/meta-gnome/recipes-gnome/abiword/abiword/0001-plugins-aiksaurus-Makefile.am-remove-uncomplete-opti.patch
deleted file mode 100644
index 0dff1411d..000000000
--- a/meta-gnome/recipes-gnome/abiword/abiword/0001-plugins-aiksaurus-Makefile.am-remove-uncomplete-opti.patch
+++ /dev/null
@@ -1,39 +0,0 @@
1From c646159ce817506131b58fdab1cdc1cd6364df7a Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
3Date: Sun, 7 Feb 2016 21:45:20 +0100
4Subject: [PATCH] plugins/aiksaurus/Makefile.am: remove uncomplete options
5 WITH_BUILTIN_AIKSAURUS_GTK
6MIME-Version: 1.0
7Content-Type: text/plain; charset=UTF-8
8Content-Transfer-Encoding: 8bit
9
10* with gtk2 we won't use it
11* it is missing in configure.ac causing
12
13| plugins/aiksaurus/Makefile.am:5: error: WITH_BUILTIN_AIKSAURUS_GTK does not appear in AM_CONDITIONAL
14
15Upstream-Status: Pending
16
17Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
18---
19 plugins/aiksaurus/Makefile.am | 4 ----
20 1 file changed, 4 deletions(-)
21
22diff --git a/plugins/aiksaurus/Makefile.am b/plugins/aiksaurus/Makefile.am
23index d402c58..1034e2a 100644
24--- a/plugins/aiksaurus/Makefile.am
25+++ b/plugins/aiksaurus/Makefile.am
26@@ -2,10 +2,6 @@ SUBDIRS =
27
28 if TOOLKIT_GTK
29
30-if WITH_BUILTIN_AIKSAURUS_GTK
31-SUBDIRS += aiksaurusgtk3
32-platform_lib = aiksaurusgtk3/libAiksaurusGtk3.la
33-endif
34
35 endif
36
37--
382.5.0
39