summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2018-03-06 11:33:16 -0800
committerDylan Baker <[email protected]>2018-03-07 13:30:53 -0800
commit7598dedfde49391564cdb3d355e7bd98e1880782 (patch)
treec1f7841afd7e35db99a3ef74ff3eb784bca01815
parent2d3004ef1caafc44d0e7adeaf1fe2bf0dfa1eced (diff)
meson: fix tizonia compilation
It needs to have src/egl in it's includes as well. Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Jon Turney <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Tested-by: Julien Isorce <[email protected]> Tested-by: Karol Herbst <[email protected]>
-rw-r--r--src/gallium/state_trackers/omx/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/omx/meson.build b/src/gallium/state_trackers/omx/meson.build
index 84e5631d257..9470468d753 100644
--- a/src/gallium/state_trackers/omx/meson.build
+++ b/src/gallium/state_trackers/omx/meson.build
@@ -54,6 +54,7 @@ inc_st_omx = [
include_directories('../../state_trackers/dri'),
include_directories('../../../egl/drivers/dri2'),
include_directories('../../../egl/main'),
+ include_directories('../../../egl'),
include_directories('../../../gbm/backends/dri'),
include_directories('../../../gbm/main'),
include_directories('../../../loader')