Backed out changeset 0650d1a61f16 (bug 1653950) for bustages on gversionmacros.h CLOSED TREE

This commit is contained in:
Butkovits Atila 2020-07-23 03:42:33 +03:00
parent cdb8166f86
commit a58bc11558

View File

@ -49,9 +49,10 @@ MOZPNG=10635
dnl Set the minimum version of toolkit libs used by mozilla
dnl ========================================================
GLIB_VERSION=2.42
GLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_42
GLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_42
GLIB_VERSION=2.22
# 2_26 is the earliest version we can set GLIB_VERSION_MIN_REQUIRED.
# The macro won't be used when compiling with earlier versions anyway.
GLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26
CAIRO_VERSION=1.10
GTK2_VERSION=2.18.0
GTK3_VERSION=3.14.0