xorg-xorgproto/include/X11/dri/meson.build
Adam Jackson 193b75db8c 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>
2018-02-01 15:01:56 -05:00

6 lines
101 B
Meson

install_headers(
'xf86dri.h',
'xf86driproto.h',
'xf86dristr.h',
subdir : 'X11/dri'
)