Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 395695 | Differences between
and this patch

Collapse All | Expand All

(-)configure.ac (-27 lines)
Lines 1943-1975 Link Here
1943
AC_SUBST(MIME_TYPES)
1943
AC_SUBST(MIME_TYPES)
1944
1944
1945
1945
1946
#########################
1947
# Disable deprecated APIs
1948
#########################
1949
1950
CPPFLAGS="${CPPFLAGS} -DGIMP_DISABLE_DEPRECATED -DBABL_DISABLE_DEPRECATED -DGSEAL_ENABLE"
1951
1952
# Make sure not to disable deprecated APIs for unreleased versions.
1953
# We must build without problems with future releases of libraries
1954
# and disabling deprecated API risks breaking the build
1955
1956
if test "x$have_glib_2_31" != "xyes"; then
1957
  CPPFLAGS="${CPPFLAGS} -DG_DISABLE_DEPRECATED"
1958
fi
1959
1960
if test "x$have_gtk_2_26" != "xyes"; then
1961
  CPPFLAGS="${CPPFLAGS} -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED"
1962
fi
1963
1964
if test "x$have_gdk_pixbuf_2_26" != "xyes"; then
1965
  CPPFLAGS="${CPPFLAGS} -DGDK_PIXBUF_DISABLE_DEPRECATED"
1966
fi
1967
1968
if test "x$have_pango_1_32" != "xyes"; then
1969
  CPPFLAGS="${CPPFLAGS} -DPANGO_DISABLE_DEPRECATED"
1970
fi
1971
1972
1973
############################
1946
############################
1974
# Require multihead safe API
1947
# Require multihead safe API
1975
############################
1948
############################

Return to bug 395695