diff --git a/configure.ac b/configure.ac index 862a74625f..8cc406e19d 100644 --- a/configure.ac +++ b/configure.ac @@ -81,7 +81,7 @@ PKG_PROG_PKG_CONFIG dnl Remember to update AM_CPPFLAGS in Makefile.am when bumping GIO req. PKG_CHECK_MODULES(PKGDEP_GIO_UNIX, [gio-unix-2.0]) dnl These are the dependencies of the public librpmostree-1.0.0 shared library -PKG_CHECK_MODULES(PKGDEP_LIBRPMOSTREE, [gio-unix-2.0 >= 2.50.0 json-glib-1.0 ostree-1 >= 2022.7 rpm >= 4.16]) +PKG_CHECK_MODULES(PKGDEP_LIBRPMOSTREE, [gio-unix-2.0 >= 2.50.0 json-glib-1.0 ostree-1 >= 2023.6 rpm >= 4.16]) dnl And these additional ones are used by for the rpmostreeinternals C/C++ library PKG_CHECK_MODULES(PKGDEP_RPMOSTREE, [polkit-gobject-1 libarchive])