[Mesa-dev] [PATCH 0/8] Fix non-shared glapi path
Dylan Baker
dylan at pnwbakers.com
Mon Nov 20 23:12:44 UTC 2017
There are two distinct set of problems this series addresses.
1) the meson build has never worked
2) the checks for this path have been broken in several different ways for a
long time.
Dylan Baker (8):
glapi: don't walk backwards for includes
meson: fix test source name for static glapi
glapi/check_table: Remove 'extern "C"' block
glapi: remove APPLE extensions from test
autotools: Fix includes for non-shared glapi tests.
state_tracker: Don't build st-renumerate-test without shared glapi
glapi: Don't search through subdirs from glapitable.h
glapi: fix check_table test for non-shared glapi with meson
src/mapi/Makefile.am | 6 ++++--
src/mapi/glapi/meson.build | 5 +++--
src/mapi/glapi/tests/check_table.cpp | 8 ++------
src/mesa/main/tests/Makefile.am | 2 ++
src/mesa/main/tests/meson.build | 2 +-
src/mesa/state_tracker/tests/Makefile.am | 2 ++
6 files changed, 14 insertions(+), 11 deletions(-)
--
2.15.0
More information about the mesa-dev
mailing list