summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mutter/mutter/nodocs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/mutter/mutter/nodocs.patch')
-rw-r--r--meta/recipes-graphics/mutter/mutter/nodocs.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-graphics/mutter/mutter/nodocs.patch b/meta/recipes-graphics/mutter/mutter/nodocs.patch
deleted file mode 100644
index ceb06090b4..0000000000
--- a/meta/recipes-graphics/mutter/mutter/nodocs.patch
+++ /dev/null
@@ -1,31 +0,0 @@
1Upstream-Status: Inappropriate [configuration]
2
3Index: git/Makefile.am
4===================================================================
5--- git.orig/Makefile.am 2009-01-27 13:26:12.000000000 +0000
6+++ git/Makefile.am 2009-01-27 14:07:13.000000000 +0000
7@@ -1,5 +1,5 @@
8
9-SUBDIRS=src po doc
10+SUBDIRS=src po
11
12 EXTRA_DIST = HACKING MAINTAINERS rationales.txt \
13 intltool-extract.in intltool-merge.in intltool-update.in
14Index: git/configure.in
15===================================================================
16--- git.orig/configure.in 2009-01-27 13:26:12.000000000 +0000
17+++ git/configure.in 2009-01-27 14:11:16.000000000 +0000
18@@ -538,12 +538,9 @@
19
20 # Warnings are there for a reason
21 if test "x$GCC" = "xyes"; then
22- CFLAGS="$CFLAGS -Wall -Werror -ansi"
23+ CFLAGS="$CFLAGS -Wall -ansi"
24 fi
25
26-# Use gnome-doc-utils:
27-GNOME_DOC_INIT([0.8.0])
28-
29 AC_CONFIG_FILES([
30 Makefile
31 doc/Makefile