summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/consolekit/files/nopolkit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/consolekit/files/nopolkit.patch')
-rw-r--r--meta/recipes-support/consolekit/files/nopolkit.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-support/consolekit/files/nopolkit.patch b/meta/recipes-support/consolekit/files/nopolkit.patch
deleted file mode 100644
index a0d9d06500..0000000000
--- a/meta/recipes-support/consolekit/files/nopolkit.patch
+++ /dev/null
@@ -1,18 +0,0 @@
1Upstream-Status: Inappropriate [configuration]
2
3Index: ConsoleKit-0.4.3/configure.ac
4===================================================================
5--- ConsoleKit-0.4.3.orig/configure.ac 2010-10-26 22:34:03.000000000 +0800
6+++ ConsoleKit-0.4.3/configure.ac 2010-11-28 15:28:26.000000000 +0800
7@@ -55,10 +55,7 @@
8 gthread-2.0 >= $GLIB_REQUIRED_VERSION
9 )
10
11-PKG_CHECK_MODULES(POLKIT,
12- polkit-gobject-1 >= $POLKIT_REQUIRED_VERSION,
13- have_polkit=yes,
14- have_polkit=no)
15+have_polkit=no
16 if test "x$have_polkit" = "xyes" ; then
17 AC_DEFINE(HAVE_POLKIT, [], [Define if we have polkit])
18 fi