mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 08:50:13 +01:00
mapi: Remove vgapi from SUBDIRS.
OpenVG is disabled with via autotools.
This commit is contained in:
parent
ce98519266
commit
961def1074
2 changed files with 5 additions and 5 deletions
|
|
@ -2401,8 +2401,6 @@ AC_CONFIG_FILES([Makefile
|
|||
src/mapi/es1api/glesv1_cm.pc
|
||||
src/mapi/es2api/glesv2.pc
|
||||
src/mapi/glapi/gen/Makefile
|
||||
src/mapi/vgapi/Makefile
|
||||
src/mapi/vgapi/vg.pc
|
||||
src/mesa/Makefile
|
||||
src/mesa/gl.pc
|
||||
src/mesa/drivers/dri/dri.pc
|
||||
|
|
|
|||
|
|
@ -214,8 +214,10 @@ endif
|
|||
es2api/glapi_mapi_tmp.h: glapi/gen/gl_and_es_API.xml $(glapi_gen_mapi_deps)
|
||||
$(call glapi_gen_mapi,$<,es2api)
|
||||
|
||||
if HAVE_OPENVG
|
||||
SUBDIRS += vgapi
|
||||
endif
|
||||
# XXX: Inline vgapi's Makefile.am here.
|
||||
EXTRA_DIST += vgapi
|
||||
# if HAVE_OPENVG
|
||||
# SUBDIRS += vgapi
|
||||
# endif
|
||||
|
||||
include $(top_srcdir)/install-lib-links.mk
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue