xref: /OK3568_Linux_fs/external/xserver/xfixes/meson.build (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunsrcs_xfixes = [
2*4882a593Smuzhiyun    'cursor.c',
3*4882a593Smuzhiyun    'region.c',
4*4882a593Smuzhiyun    'saveset.c',
5*4882a593Smuzhiyun    'select.c',
6*4882a593Smuzhiyun    'xfixes.c',
7*4882a593Smuzhiyun]
8*4882a593Smuzhiyun
9*4882a593Smuzhiyunlibxserver_xfixes = static_library('libxserver_xfixes',
10*4882a593Smuzhiyun    srcs_xfixes,
11*4882a593Smuzhiyun    include_directories: inc,
12*4882a593Smuzhiyun    dependencies: common_dep,
13*4882a593Smuzhiyun)
14