Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 389690 Details for
Bug 529814
gnome-extra/cinnamon-session-2.4.1 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
automagic-upower patch updated for cinnamon-session-2.4.1
cinnamon-session-2.4.0-automagic-upower.patch (text/plain), 1.11 KB, created by
Allen Holl
on 2014-11-19 01:30:39 UTC
(
hide
)
Description:
automagic-upower patch updated for cinnamon-session-2.4.1
Filename:
MIME Type:
Creator:
Allen Holl
Created:
2014-11-19 01:30:39 UTC
Size:
1.11 KB
patch
obsolete
>From 2f88efdaaefefabcc16d13f2ae63f57244de01ce Mon Sep 17 00:00:00 2001 >From: Alexandre Rostovtsev <tetromino@gentoo.org> >Date: Mon, 5 May 2014 22:34:14 -0400 >Subject: [PATCH] Make old upower check non-automagic > >--- > configure.ac | 10 +++++++++- > 1 file changed, 9 insertions(+), 1 deletion(-) > >diff --git a/configure.ac b/configure.ac >index ec4ffac..a122872 100644 >--- a/configure.ac >+++ b/configure.ac >@@ -58,7 +58,15 @@ PKG_CHECK_MODULES(CINNAMON_SESSION, > > dnl We can only support old upower > dnl https://bugzilla.gnome.org/show_bug.cgi?id=710383 >-PKG_CHECK_MODULES(UPOWER, upower-glib < 0.99.0, have_old_upower=yes, have_old_upower=no) >+AC_ARG_ENABLE([old-upower], >+ AS_HELP_STRING([--disable-old-upower], [Do not check for old UPower API]), >+ [enable_old_upower=$enableval], >+ [enable_old_upower=auto]) >+ >+have_old_upower=no >+if test x$enable_old_upower != xno ; then >+ PKG_CHECK_MODULES(UPOWER, upower-glib < 0.99.0, have_old_upower=yes, have_old_upower=no) >+fi > AS_IF([test x$have_old_upower = xyes], [ > AC_DEFINE([HAVE_OLD_UPOWER], [1], [Define if we have an older upower]) > ]) >-- >1.9.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 529814
:
389688
| 389690 |
389868
|
393616
|
393618