diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2021-04-17 23:44:33 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2022-02-25 01:39:29 +0000 |
commit | 81ecff3800e6d71dadbe42d2f29976d9208784a1 (patch) | |
tree | b5edc11b3f70a35905718d0ac7a34204956f7148 /build/Makefile.win32.features-h | |
parent | 64ece6d545df015377a1f289829eeea20f5ae019 (diff) |
Remove BeOS support
Nobody cares about BeOS in 2022, and it cannot be built with Meson anyway.
Removing the BeOS backend also allows us to drop the dependency on a C++
compiler and simplify the Autotools build considerably by removing all
the extra CXX targets.
Diffstat (limited to 'build/Makefile.win32.features-h')
-rw-r--r-- | build/Makefile.win32.features-h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/Makefile.win32.features-h b/build/Makefile.win32.features-h index 0105764ca..5fa7f0f16 100644 --- a/build/Makefile.win32.features-h +++ b/build/Makefile.win32.features-h @@ -38,9 +38,6 @@ endif ifeq ($(CAIRO_HAS_OS2_SURFACE),1) @echo "#define CAIRO_HAS_OS2_SURFACE 1" >> $(top_srcdir)/src/cairo-features.h endif -ifeq ($(CAIRO_HAS_BEOS_SURFACE),1) - @echo "#define CAIRO_HAS_BEOS_SURFACE 1" >> $(top_srcdir)/src/cairo-features.h -endif ifeq ($(CAIRO_HAS_DRM_SURFACE),1) @echo "#define CAIRO_HAS_DRM_SURFACE 1" >> $(top_srcdir)/src/cairo-features.h endif |