Skip to content

Commit

Permalink
Check for the minimum library versions in the configure script
Browse files Browse the repository at this point in the history
Fixes: 2016162, 2016161
  • Loading branch information
cameronwhite committed Apr 15, 2023
1 parent de3e685 commit d115d16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ AM_GLIB_GNU_GETTEXT
pintalocaledir='${prefix}/${DATADIRNAME}/locale'
AC_SUBST(pintalocaledir)

PKG_CHECK_MODULES([ADW_1], [libadwaita-1])
PKG_CHECK_MODULES([ADW_1], [libadwaita-1 >= 1.2])
PKG_CHECK_MODULES([GTK], [gtk4 >= 4.8])

AC_CONFIG_FILES([
Makefile
Expand Down

0 comments on commit d115d16

Please sign in to comment.