[cairo-commit] 2 commits - build/Makefile.win32.features build/Makefile.win32.features-h
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Sun Feb 27 19:12:09 UTC 2022
build/Makefile.win32.features | 1 -
build/Makefile.win32.features-h | 3 ---
2 files changed, 4 deletions(-)
New commits:
commit 1195977d16b81b71cfe15b6765396e31a8f4a829
Merge: 1a799577b 3eef8ea90
Author: Emmanuele Bassi <ebassi at gmail.com>
Date: Sun Feb 27 19:12:07 2022 +0000
Merge branch 'remove-unused-sym' into 'master'
build: Remove unused DirectFB bits on Windows
See merge request cairo/cairo!288
commit 3eef8ea9079c541593a372dd4b37c73b6413f14b
Author: Emmanuele Bassi <ebassi at gnome.org>
Date: Sat Feb 26 17:17:18 2022 +0000
build: Remove unused DirectFB bits on Windows
The DirectFB surface removal commit did not remove all the build bits.
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
More information about the cairo-commit
mailing list