You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/cmus/files/cmus-2.8.0-elogind.patch

23 lines
581 B

From 483d1862ed023c3e00f2c8c4e71da40022af2f78 Mon Sep 17 00:00:00 2001
From: Shiba <3816409+shibotto@users.noreply.github.com>
Date: Tue, 12 Feb 2019 15:29:43 +0100
Subject: [PATCH] Add support for elogind (#846)
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 1f46c30a..4627126e 100755
--- a/configure
+++ b/configure
@@ -289,7 +289,7 @@ check_vorbis()
check_libsystemd()
{
- pkg_config LIBSYSTEMD "libsystemd"
+ pkg_config LIBSYSTEMD "libsystemd" || pkg_config LIBSYSTEMD "libelogind >= 239.3"
return $?
}