summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/consolekit/files/nopolkit.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-06-25 11:24:45 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-30 20:57:07 +0100
commitc1fd6f0c53dc7b539aecc162704c6edc5a9141ed (patch)
treefdfd7317669a1528f9751b9f329084614b51071e /meta/recipes-support/consolekit/files/nopolkit.patch
parentc3acb9ca8e1973097db93c7111f67176fe30fa2f (diff)
downloadpoky-c1fd6f0c53dc7b539aecc162704c6edc5a9141ed.tar.gz
consolekit 0.4.5: remove patch that forcibly disables consolekit
Polkit support is actually needed for consolekit to function properly, without you get things like: ** (gnome-panel:547): WARNING **: Could not ask session manager if shut down is available: Timeout was reached Various applications will timeout and less well written ones will crash (e.g. the clock applet). (From OE-Core rev: eb828308b8e721e4ad7edbd15f47ecad22ee81cf) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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