summaryrefslogtreecommitdiff
path: root/src/mapi/shared-glapi
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-10-04 16:11:34 -0700
committerDylan Baker <dylan@pnwbakers.com>2017-10-09 13:42:43 -0700
commitfc48ad24272799b154de37f6a944eb391bdbbb82 (patch)
tree9c94ee0d22fc88d53703012b35c01680cbcac3d6 /src/mapi/shared-glapi
parent1b1bb6ee103a79de11aa4941ccbcd34f0a158276 (diff)
make: Fix test to be meson compatible
This has the same problem as the previous commit, generated headers and hardcoded paths. Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/mapi/shared-glapi')
-rw-r--r--src/mapi/shared-glapi/tests/check_table.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/shared-glapi/tests/check_table.cpp b/src/mapi/shared-glapi/tests/check_table.cpp
index 02d313c22d..314e6769b4 100644
--- a/src/mapi/shared-glapi/tests/check_table.cpp
+++ b/src/mapi/shared-glapi/tests/check_table.cpp
@@ -25,7 +25,7 @@
#include "../../../mesa/main/glheader.h"
#include "glapi/glapi.h"
-#include "glapi/glapitable.h"
+#include "glapitable.h"
struct name_offset {
const char *name;