summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Fiskerstrand <k_f@gentoo.org>2017-11-27 22:25:58 +0100
committerKristian Fiskerstrand <k_f@gentoo.org>2017-11-27 22:26:52 +0100
commitcd64115ae42efff7dfb477f7a466927247cab365 (patch)
tree6f4e1b3ae57668eecdba4496a5d9eb5c2a739a84 /gnome-extra
parentdev-util/xfce4-dev-tools: remove obsolete xfconf.eclass, migrate to EAPI6 (diff)
downloadgentoo-cd64115ae42efff7dfb477f7a466927247cab365.tar.gz
gentoo-cd64115ae42efff7dfb477f7a466927247cab365.tar.bz2
gentoo-cd64115ae42efff7dfb477f7a466927247cab365.zip
gnome-extra/cinnamon-session: Fix description in previous patch
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/cinnamon-session/files/cinnamon-session-3.6.1-elogind.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-extra/cinnamon-session/files/cinnamon-session-3.6.1-elogind.patch b/gnome-extra/cinnamon-session/files/cinnamon-session-3.6.1-elogind.patch
index b35ce9e55bfd..fdbda72ca22e 100644
--- a/gnome-extra/cinnamon-session/files/cinnamon-session-3.6.1-elogind.patch
+++ b/gnome-extra/cinnamon-session/files/cinnamon-session-3.6.1-elogind.patch
@@ -53,7 +53,7 @@ index 38db5a3..8dafc6a 100644
+have_elogind=no
+PKG_CHECK_MODULES(ELOGIND, [libelogind], [have_elogind=yes], [have_elogind=no])
+if test x$have_elogind = xyes; then
-+ AC_DEFINE(HAVE_ELOGIND, 1, [Define if logind is supported])
++ AC_DEFINE(HAVE_ELOGIND, 1, [Define if elogind is supported])
+fi
+
AC_SUBST(LOGIND_CFLAGS)