xserver-multidpi/hw/xfree86/vgahw/meson.build
Adam Jackson bdce17959c meson: Build libvgahw.so
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Adam Jackson <ajax@redhat.com>
2017-04-27 15:19:41 -04:00

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)