diff options
Diffstat (limited to 'meta/recipes-support/consolekit/files')
-rw-r--r-- | meta/recipes-support/consolekit/files/nopolkit.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/consolekit/files/nopolkit.patch b/meta/recipes-support/consolekit/files/nopolkit.patch index bebbcaffff..7a1f02ac46 100644 --- a/meta/recipes-support/consolekit/files/nopolkit.patch +++ b/meta/recipes-support/consolekit/files/nopolkit.patch | |||
@@ -1,13 +1,13 @@ | |||
1 | Index: ConsoleKit-0.3.0/configure.ac | 1 | Index: ConsoleKit-0.4.3/configure.ac |
2 | =================================================================== | 2 | =================================================================== |
3 | --- ConsoleKit-0.3.0.orig/configure.ac 2009-05-22 12:53:27.000000000 +0100 | 3 | --- ConsoleKit-0.4.3.orig/configure.ac 2010-10-26 22:34:03.000000000 +0800 |
4 | +++ ConsoleKit-0.3.0/configure.ac 2009-05-22 12:53:56.000000000 +0100 | 4 | +++ ConsoleKit-0.4.3/configure.ac 2010-11-28 15:28:26.000000000 +0800 |
5 | @@ -55,10 +55,7 @@ | 5 | @@ -55,10 +55,7 @@ |
6 | gthread-2.0 >= $GLIB_REQUIRED_VERSION | 6 | gthread-2.0 >= $GLIB_REQUIRED_VERSION |
7 | ) | 7 | ) |
8 | 8 | ||
9 | -PKG_CHECK_MODULES(POLKIT, | 9 | -PKG_CHECK_MODULES(POLKIT, |
10 | - polkit >= $POLKIT_REQUIRED_VERSION, | 10 | - polkit-gobject-1 >= $POLKIT_REQUIRED_VERSION, |
11 | - have_polkit=yes, | 11 | - have_polkit=yes, |
12 | - have_polkit=no) | 12 | - have_polkit=no) |
13 | +have_polkit=no | 13 | +have_polkit=no |