xref: /OK3568_Linux_fs/external/xserver/hw/xfree86/exa/meson.build (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunxorg_exa = shared_module('exa',
2*4882a593Smuzhiyun    'examodule.c',
3*4882a593Smuzhiyun    include_directories: [inc, xorg_inc],
4*4882a593Smuzhiyun    dependencies: common_dep,
5*4882a593Smuzhiyun    link_with: [libxserver_exa, e],
6*4882a593Smuzhiyun    c_args: xorg_c_args,
7*4882a593Smuzhiyun    install: true,
8*4882a593Smuzhiyun    install_dir: module_dir,
9*4882a593Smuzhiyun)
10*4882a593Smuzhiyun
11*4882a593Smuzhiyuninstall_man(configure_file(
12*4882a593Smuzhiyun    input: 'man/exa.man',
13*4882a593Smuzhiyun    output: 'exa.4',
14*4882a593Smuzhiyun    configuration: manpage_config,
15*4882a593Smuzhiyun))
16