diff options
author | Adam Jackson <ajax@redhat.com> | 2018-01-31 13:31:53 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2018-02-01 15:01:56 -0500 |
commit | 193b75db8c1aa9d91d079901d7da98ec72810378 (patch) | |
tree | 016f228b0046db822ec41668100a899a13143a49 /include/X11/dri | |
parent | 0d4330017c811227f8424ecbd061d987f39b4e9f (diff) |
meson: Spread the install rules into their subdirs
Mostly this is is so the generated Xpoll.h can be emitted into a usable
directory when we build as a subproject.
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'include/X11/dri')
-rw-r--r-- | include/X11/dri/meson.build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/X11/dri/meson.build b/include/X11/dri/meson.build new file mode 100644 index 0000000..d0ac724 --- /dev/null +++ b/include/X11/dri/meson.build @@ -0,0 +1,6 @@ +install_headers( + 'xf86dri.h', + 'xf86driproto.h', + 'xf86dristr.h', + subdir : 'X11/dri' +) |