OSDN Git Service

mapi: Remove vgapi from SUBDIRS.
authorMatt Turner <mattst88@gmail.com>
Thu, 18 Dec 2014 04:28:19 +0000 (20:28 -0800)
committerMatt Turner <mattst88@gmail.com>
Fri, 23 Jan 2015 22:28:44 +0000 (14:28 -0800)
OpenVG is disabled with via autotools.

configure.ac
src/mapi/Makefile.am

index a4c5c74..1cce517 100644 (file)
@@ -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
index 024283c..f6fc477 100644 (file)
@@ -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