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/vgahw/meson.build

11 lines
257 B
Meson

shared_module('vgahw',
[ 'vgaHW.c', 'vgaHWmodule.c'],
include_directories: [ inc, xorg_inc ],
dependencies: common_dep,
c_args: xorg_c_args,
install: true,
install_dir: module_dir,
)
install_data('vgaHW.h', install_dir: xorgsdkdir)