Skip to content

Commit

Permalink
gnome-extra/cinnamon-session: Fix description in previous patch
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.13, Repoman-2.3.3
  • Loading branch information
krifisk committed Nov 27, 2017
1 parent 0adefba commit cd64115
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cd64115

Please sign in to comment.