changeset 1104:57f3afd0846a

core/elogind: remove ghost libpcre2 dependency
author David Demelier <markand@malikania.fr>
date Tue, 17 Sep 2019 20:10:00 +0200
parents 7cf9db049342
children a96309fe2497
files core/elogind/elogind.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/core/elogind/elogind.sh	Tue Sep 17 20:05:00 2019 +0200
+++ b/core/elogind/elogind.sh	Tue Sep 17 20:10:00 2019 +0200
@@ -41,7 +41,7 @@
 fi
 
 if [ "$REGEX" = "yes" ]; then
-	PKGDEPENDS="libpcre2 $PKGDEPENDS"
+	PKGDEPENDS="pcre2 $PKGDEPENDS"
 	with_regex="-D pcre2=true"
 else
 	with_regex="-D pcre2=false"