mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 02:18:03 +02:00
Merge branch 'remove-unused-sym' into 'master'
build: Remove unused DirectFB bits on Windows See merge request cairo/cairo!288
This commit is contained in:
commit
1195977d16
2 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue