You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xserver/hw/xfree86/shadowfb/meson.build

12 lines
282 B
Meson

shared_module('shadowfb',
[ 'shadowfb.c', 'sfbmodule.c'],
include_directories: [ inc, xorg_inc ],
dependencies: common_dep,
c_args: xorg_c_args,
install: true,
install_dir: module_dir,
link_with: e,
)
install_data('shadowfb.h', install_dir: xorgsdkdir)