mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 04:40:10 +01:00
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>
9 lines
143 B
Meson
9 lines
143 B
Meson
install_headers(
|
|
'font.h',
|
|
'fontproto.h',
|
|
'fontstruct.h',
|
|
'FS.h',
|
|
'fsmasks.h',
|
|
'FSproto.h',
|
|
subdir : 'X11/fonts'
|
|
)
|