Skip to content

Instantly share code, notes, and snippets.

@ivyl
Created February 19, 2018 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivyl/168553bf2d06e31a80449c3d7cc034ff to your computer and use it in GitHub Desktop.
Save ivyl/168553bf2d06e31a80449c3d7cc034ff to your computer and use it in GitHub Desktop.
diff --git a/lib/meson.build b/lib/meson.build
index 94ea0799..04b4fff6 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -121,6 +121,7 @@ if libdrm_intel.found()
else
lib_headers += 'stubs/drm/intel_bufmgr.h'
lib_sources += 'stubs/drm/intel_bufmgr.c'
+ inc = [inc, include_directories('stubs/drm')]
endif
if valgrind.found()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment