diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2018-01-25 15:44:37 -0800 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2018-01-31 09:15:27 -0800 |
commit | 9e34ad590e0e1003a597b8cc790a3f36830ba993 (patch) | |
tree | a2070eb6ef79c31bb73ff8deb90c4a05e1749618 | |
parent | 10e85a8b7f28e80f5184919b2448ade18c19ca21 (diff) |
meson: fix libdrm_nouveau pkgconfig include directories
Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
-rw-r--r-- | nouveau/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nouveau/meson.build b/nouveau/meson.build index bfecf84b..f031cd63 100644 --- a/nouveau/meson.build +++ b/nouveau/meson.build @@ -45,7 +45,7 @@ install_headers( pkg.generate( name : 'libdrm_nouveau', libraries : libdrm_nouveau, - subdirs : ['.', 'nouveau'], + subdirs : ['.', 'libdrm', 'libdrm/nouveau'], version : meson.project_version(), requires_private : 'libdrm', description : 'Userspace interface to nouveau kernel DRM services', |