summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mutter/mutter/nozenity.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/mutter/mutter/nozenity.patch')
-rw-r--r--meta/recipes-graphics/mutter/mutter/nozenity.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-graphics/mutter/mutter/nozenity.patch b/meta/recipes-graphics/mutter/mutter/nozenity.patch
deleted file mode 100644
index fa32b6346a..0000000000
--- a/meta/recipes-graphics/mutter/mutter/nozenity.patch
+++ /dev/null
@@ -1,18 +0,0 @@
1Upstream-Status: Inappropriate [configuration]
2
3Index: git/configure.in
4===================================================================
5--- git.orig/configure.in 2009-06-16 13:12:17.000000000 +0100
6+++ git/configure.in 2009-06-16 13:12:33.000000000 +0100
7@@ -575,11 +575,6 @@
8 GCONF_SCHEMAS_INSTALL_FALSE=
9 fi
10
11-AC_PATH_PROG(ZENITY, zenity, no)
12-if test x"$ZENITY" = xno; then
13- AC_MSG_ERROR([zenity not found in your path - needed for dialogs])
14-fi
15-
16 AC_ARG_ENABLE(debug,
17 [ --enable-debug enable debugging],,
18 enable_debug=no)