Skip to content

Commit

Permalink
bug 1214953 set GDK_VERSION_MIN_REQUIRED/MAX_ALLOWED to specify the G…
Browse files Browse the repository at this point in the history
…TK/GDK API and suppress irrelevant deprecated warnings r=glandium
  • Loading branch information
karlt committed Oct 21, 2015
1 parent 6cd77ab commit 9f40b58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ CAIRO_VERSION=1.10
PANGO_VERSION=1.22.0
GTK2_VERSION=2.18.0
GTK3_VERSION=3.4.0
GDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_4
WINDRES_VERSION=2.14.90
W32API_VERSION=3.14
GNOMEUI_VERSION=2.2.0
Expand Down Expand Up @@ -4246,6 +4247,8 @@ if test "$COMPILE_ENVIRONMENT"; then
dnl of a make reference because of how TK_LIBS is mangled in toolkit/library/moz.build
dnl for GTK+3 builds.
TK_LIBS=$MOZ_GTK3_LIBS
AC_DEFINE_UNQUOTED(GDK_VERSION_MIN_REQUIRED,$GDK_VERSION_MIN_REQUIRED)
AC_DEFINE_UNQUOTED(GDK_VERSION_MAX_ALLOWED,$GDK_VERSION_MIN_REQUIRED)
GLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_32
fi
if test "$MOZ_ENABLE_GTK2"; then
Expand Down

0 comments on commit 9f40b58

Please sign in to comment.