Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ AC_INIT([flatpak-builder],
[http://flatpak.org/])

AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_66], [Glib min version])
AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_70], [Glib max version])
AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_76], [Glib max version])

GLIB_REQS=2.66
OSTREE_REQS=2017.14
Expand Down
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ config_data.set_quoted('DEBUGEDIT', debugedit.full_path())
config_data.set_quoted('GETTEXT_PACKAGE', meson.project_name())
config_data.set_quoted('PACKAGE_VERSION', meson.project_version())
config_data.set_quoted('PACKAGE_STRING', '@0@-@1@'.format(meson.project_name(), meson.project_version()))
config_data.set('GLIB_VERSION_MAX_ALLOWED', 'GLIB_VERSION_2_70')
config_data.set('GLIB_VERSION_MAX_ALLOWED', 'GLIB_VERSION_2_76')
config_data.set('GLIB_VERSION_MIN_REQUIRED', 'GLIB_VERSION_2_66')

# We support targeting specific fuse versions to optimize performance.
Expand Down
Loading