Created
February 19, 2018 16:02
-
-
Save ivyl/168553bf2d06e31a80449c3d7cc034ff to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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