summaryrefslogtreecommitdiff
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:54:51 +0100
commiteb828308b8e721e4ad7edbd15f47ecad22ee81cf (patch)
treee61cdf2886c9120997ab47f5d95818655baf1cef /meta/recipes-support/consolekit/files/nopolkit.patch
parent6b28a9f73773890e70fb4dc570520b5be060a919 (diff)
downloadopenembedded-core-eb828308b8e721e4ad7edbd15f47ecad22ee81cf.tar.gz
openembedded-core-eb828308b8e721e4ad7edbd15f47ecad22ee81cf.tar.bz2
openembedded-core-eb828308b8e721e4ad7edbd15f47ecad22ee81cf.tar.xz
openembedded-core-eb828308b8e721e4ad7edbd15f47ecad22ee81cf.zip
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). Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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 a0d9d0650..000000000
--- a/meta/recipes-support/consolekit/files/nopolkit.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Upstream-Status: Inappropriate [configuration]
-
-Index: ConsoleKit-0.4.3/configure.ac
-===================================================================
---- ConsoleKit-0.4.3.orig/configure.ac 2010-10-26 22:34:03.000000000 +0800
-+++ ConsoleKit-0.4.3/configure.ac 2010-11-28 15:28:26.000000000 +0800
-@@ -55,10 +55,7 @@
- gthread-2.0 >= $GLIB_REQUIRED_VERSION
- )
-
--PKG_CHECK_MODULES(POLKIT,
-- polkit-gobject-1 >= $POLKIT_REQUIRED_VERSION,
-- have_polkit=yes,
-- have_polkit=no)
-+have_polkit=no
- if test "x$have_polkit" = "xyes" ; then
- AC_DEFINE(HAVE_POLKIT, [], [Define if we have polkit])
- fi