@@ -249,31 +249,6 @@ AM_CONDITIONAL(CAIRO_CAN_TEST_WIN32_PRINTING_SURFACE, test "x$test_win32_printin
249
249
250
250
dnl ===========================================================================
251
251
252
- dnl NOTE: We're temporarily disabiling this backend to see if anyone
253
- dnl is actually using it. If you are, please mention on the cairo
254
- dnl mailing list.
255
-
256
- dnl CAIRO_ENABLE_SURFACE_BACKEND(skia, Skia, no, [
257
- dnl AC_ARG_WITH([skia],
258
- dnl [AS_HELP_STRING([--with-skia=/path/to/skia],
259
- dnl [directory to find compiled skia sources])],
260
- dnl [skia_DIR="$withval"],
261
- dnl [skia_DIR="`pwd`/../skia"])
262
- dnl AC_ARG_WITH([skia-build-type],
263
- dnl [AS_HELP_STRING([--with-skia-build-type=(Release|Debug)]
264
- dnl [build of skia to link with, default is Release])],
265
- dnl [skia_BUILD_TYPE="$withval"],
266
- dnl [skia_BUILD_TYPE="Release"])
267
- dnl skia_NONPKGCONFIG_CFLAGS="-I$skia_DIR/include/config -I$skia_DIR/include/core -I$skia_DIR/include/effects"
268
- dnl if test "x$skia_BUILD_TYPE" = "xRelease"; then
269
- dnl skia_NONPKGCONFIG_CFLAGS="-DSK_RELEASE -DSK_CAN_USE_FLOAT $skia_NONPKGCONFIG_CFLAGS"
270
- dnl fi
271
- dnl skia_NONPKGCONFIG_LIBS="-L$skia_DIR/out/$skia_BUILD_TYPE/lib.target/ -lskia -lstdc++"
272
- dnl AC_SUBST(skia_DIR)
273
- dnl ])
274
-
275
- dnl ===========================================================================
276
-
277
252
CAIRO_ENABLE_SURFACE_BACKEND(os2, OS/2, no, [
278
253
case "$host" in
279
254
*-*-os2*)
@@ -887,7 +862,6 @@ dnl ===========================================================================
887
862
888
863
dnl Extra stuff we need to do when building C++ code
889
864
need_cxx="no"
890
- dnl AS_IF([test "x$use_skia" = "xyes"], [need_cxx="yes"])
891
865
AS_IF ( [ test "x$use_qt" = "xyes"] , [ need_cxx="yes"] )
892
866
AS_IF ( [ test "x$use_beos" = "xyes"] , [ need_cxx="yes"] )
893
867
0 commit comments