aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-03-05 11:07:35 +0000
committerEric Engestrom <[email protected]>2019-03-08 18:00:19 +0000
commitb1218d8cf71b35ab86ef0c25fdcf698e66dc14c0 (patch)
tree6afd60ec69db9b8f9e369ae5fd06f9e49d2d5cdd /src
parent0de83bacf09c20b05b4ac67fdfb3e8e8f2e0108b (diff)
hgl/meson: drop unused include directory
Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]> Tested-by: Clayton Craft <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/hgl/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hgl/meson.build b/src/hgl/meson.build
index ec06272eda2..d58f9972cb5 100644
--- a/src/hgl/meson.build
+++ b/src/hgl/meson.build
@@ -26,7 +26,7 @@ libgl = shared_library(
link_args : [ld_args_bsymbolic, ld_args_gc_sections],
include_directories : [
inc_src, inc_mapi, inc_mesa, inc_include, inc_glapi, inc_haikugl,
- inc_gl_internal, include_directories('/system/develop/headers/private')
+ include_directories('/system/develop/headers/private')
],
link_with : [libglapi_static, libglapi],
dependencies : cpp.find_library('be'),