drm: Branch 'master'
[email protected] (Dylan Baker) Fri, 9 Feb 2018 16:52:30 +0000 (UTC)
| Newsgroups | gmane.comp.video.dri.patches |
|---|---|
| Message-ID | <[email protected]> |
meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit deb59781fcc1183e19cca67e2db35c2e21f40ed5 Author: Dylan Baker <[email protected]> Date: Wed Feb 7 15:35:24 2018 -0800 meson: include headers in root directory in ext_libdrm Which is used in wraps. Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Eric Anholt <[email protected]> diff --git a/meson.build b/meson.build index 1342a5b3..4aaeb7e1 100644 --- a/meson.build +++ b/meson.build @@ -294,7 +294,7 @@ libdrm = shared_library( ext_libdrm = declare_dependency( link_with : libdrm, - include_directories : inc_drm, + include_directories : [inc_root, inc_drm], ) install_headers('libsync.h', 'xf86drm.h', 'xf86drmMode.h') ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot --