summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2022-02-26 17:17:18 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2022-02-26 17:17:18 +0000
commit3eef8ea9079c541593a372dd4b37c73b6413f14b (patch)
tree1a4ba1f0525c0416d429bca41708eff0be2f9251
parentb0b294b827cf8d40e752231124b4a3bd0fda83df (diff)
downloadcairo-3eef8ea9079c541593a372dd4b37c73b6413f14b.tar.gz
build: Remove unused DirectFB bits on Windows
The DirectFB surface removal commit did not remove all the build bits.
-rw-r--r--build/Makefile.win32.features1
-rw-r--r--build/Makefile.win32.features-h3
2 files changed, 0 insertions, 4 deletions
diff --git a/build/Makefile.win32.features b/build/Makefile.win32.features
index 2b4908bc0..b2cc2e562 100644
--- a/build/Makefile.win32.features
+++ b/build/Makefile.win32.features
@@ -14,7 +14,6 @@ CAIRO_HAS_PNG_FUNCTIONS=1
CAIRO_HAS_GL_SURFACE=0
CAIRO_HAS_GLESV2_SURFACE=0
CAIRO_HAS_GLESV3_SURFACE=0
-CAIRO_HAS_DIRECTFB_SURFACE=0
CAIRO_HAS_EGL_FUNCTIONS=0
CAIRO_HAS_GLX_FUNCTIONS=0
CAIRO_HAS_WGL_FUNCTIONS=0
diff --git a/build/Makefile.win32.features-h b/build/Makefile.win32.features-h
index f4ebfb98a..0211a01f8 100644
--- a/build/Makefile.win32.features-h
+++ b/build/Makefile.win32.features-h
@@ -47,9 +47,6 @@ endif
ifeq ($(CAIRO_HAS_GLESV3_SURFACE),1)
@echo "#define CAIRO_HAS_GLESV3_SURFACE 1" >> $(top_srcdir)/src/cairo-features.h
endif
-ifeq ($(CAIRO_HAS_DIRECTFB_SURFACE),1)
- @echo "#define CAIRO_HAS_DIRECTFB_SURFACE 1" >> $(top_srcdir)/src/cairo-features.h
-endif
ifeq ($(CAIRO_HAS_EGL_FUNCTIONS),1)
@echo "#define CAIRO_HAS_EGL_FUNCTIONS 1" >> $(top_srcdir)/src/cairo-features.h
endif