xorg-xorgproto/include/X11/fonts/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

9 lines
143 B
Meson

install_headers(
'font.h',
'fontproto.h',
'fontstruct.h',
'FS.h',
'fsmasks.h',
'FSproto.h',
subdir : 'X11/fonts'
)