diff options
author | Matt Turner <mattst88@gmail.com> | 2014-12-17 20:28:19 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2015-01-23 14:28:44 -0800 |
commit | 961def10745b52cb7430eaed8913a457a322556c (patch) | |
tree | 188d7dddcd94f817dbb376645d9a0b032982b77c /src/mapi/Makefile.am | |
parent | ce98519266f735a2308eeae393d1facaaf174fd3 (diff) |
mapi: Remove vgapi from SUBDIRS.
OpenVG is disabled with via autotools.
Diffstat (limited to 'src/mapi/Makefile.am')
-rw-r--r-- | src/mapi/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/mapi/Makefile.am b/src/mapi/Makefile.am index 024283c551..f6fc477a2b 100644 --- a/src/mapi/Makefile.am +++ b/src/mapi/Makefile.am @@ -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 |