Skip to content

Commit 44a928e

Browse files
committed
Follow-up to e635ea8, adjust libite version dependency
libite v2.6.2 is not yet in Buildroot, so let's relax the dependency a bit. Load bearing functionality was in v2.6.0, any fixes on top is a nice-to-have only. Signed-off-by: Joachim Wiberg <[email protected]>
1 parent f513348 commit 44a928e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ PKG_PROG_PKG_CONFIG
4949

5050
# Check for required libraries
5151
PKG_CHECK_MODULES([uev], [libuev >= 2.4.1])
52-
PKG_CHECK_MODULES([lite], [libite >= 2.6.2])
52+
PKG_CHECK_MODULES([lite], [libite >= 2.6.1])
5353

5454
# Check for configured Finit features
5555
AC_ARG_ENABLE(auto_reload,

0 commit comments

Comments
 (0)