repo.or.cz
/
xserver.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Ignore the coding style change commit during git blame
[xserver.git]
/
render
/
meson.build
blob
b95b082b3d202f26692553891b2c48050e93f9cb
1
srcs_render = [
2
'animcur.c',
3
'filter.c',
4
'glyph.c',
5
'matrix.c',
6
'miindex.c',
7
'mipict.c',
8
'mirect.c',
9
'mitrap.c',
10
'mitri.c',
11
'picture.c',
12
'render.c',
13
]
14
15
hdrs_render = [
16
'glyphstr.h',
17
'mipict.h',
18
'picture.h',
19
'picturestr.h',
20
]
21
22
libxserver_render = static_library('libxserver_render',
23
srcs_render,
24
include_directories: inc,
25
dependencies: common_dep,
26
)
27
28
if build_xorg
29
install_data(hdrs_render, install_dir: xorgsdkdir)
30
endif