Skip to content

Commit

Permalink
bumped ucto requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Jul 22, 2022
1 parent 71cd5d8 commit 50eadd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ PKG_CHECK_MODULES([folia],[folia >= 2.9])
CXXFLAGS="$CXXFLAGS $folia_CFLAGS"
LIBS="$folia_LIBS $LIBS"

PKG_CHECK_MODULES([ucto], [ucto >= 0.24] )
PKG_CHECK_MODULES([ucto], [ucto >= 0.25] )
CXXFLAGS="$CXXFLAGS $ucto_CFLAGS"
LIBS="$ucto_LIBS $LIBS"

Expand Down

0 comments on commit 50eadd4

Please sign in to comment.