diff core/elogind/elogind.sh @ 1104:57f3afd0846a

core/elogind: remove ghost libpcre2 dependency
author David Demelier <markand@malikania.fr>
date Tue, 17 Sep 2019 20:10:00 +0200
parents d16175ccb3c3
children 297b5eef115e
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"