mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
dist: add the VG depedencies into the tarball
Otherwise the scons build will fail. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89905 Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
b3bb6b1963
commit
37d925a635
2 changed files with 2 additions and 1 deletions
|
|
@ -49,6 +49,7 @@ noinst_HEADERS = \
|
|||
include/c99 \
|
||||
include/c11 \
|
||||
include/D3D9 \
|
||||
include/VG \
|
||||
include/HaikuGL \
|
||||
include/pci_ids
|
||||
|
||||
|
|
|
|||
|
|
@ -231,7 +231,7 @@ es2api/glapi_mapi_tmp.h: glapi/gen/gl_and_es_API.xml $(glapi_gen_mapi_deps)
|
|||
$(call glapi_gen_mapi,$<,es2api)
|
||||
|
||||
# XXX: Inline vgapi's Makefile.am here.
|
||||
EXTRA_DIST += vgapi
|
||||
EXTRA_DIST += vgapi mapi.c mapi.h
|
||||
# if HAVE_OPENVG
|
||||
# SUBDIRS += vgapi
|
||||
# endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue