summaryrefslogtreecommitdiffstats
path: root/src/gallium/meson.build
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2017-10-20 22:23:15 -0700
committerDylan Baker <[email protected]>2017-10-27 11:06:07 -0700
commit06c667556045bd9542ad5e6a318f42dd66707bd4 (patch)
treea29dc42c12fbbde1d3142df7acaf64d075c17c40 /src/gallium/meson.build
parent63c360d7b27caa2f89a382d7d77a145bb1441f66 (diff)
meson: move gallium include declarations to src
These are used by non-gallium osmesa, so they need to be defined outside of the gallium subdirectory. Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/gallium/meson.build')
-rw-r--r--src/gallium/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/meson.build b/src/gallium/meson.build
index 570c37e6475..e0941103b93 100644
--- a/src/gallium/meson.build
+++ b/src/gallium/meson.build
@@ -18,7 +18,6 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
-inc_gallium = include_directories('include')
inc_gallium_drivers = include_directories('drivers')
inc_gallium_winsys = include_directories('winsys')