mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 08:29:23 +00:00
meson: Build libshadowfb.so
Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
@@ -50,6 +50,7 @@ subdir('modes')
|
||||
subdir('os-support')
|
||||
subdir('parser')
|
||||
subdir('ramdac')
|
||||
subdir('shadowfb')
|
||||
if build_vgahw
|
||||
subdir('vgahw')
|
||||
endif
|
||||
|
||||
10
hw/xfree86/shadowfb/meson.build
Normal file
10
hw/xfree86/shadowfb/meson.build
Normal file
@@ -0,0 +1,10 @@
|
||||
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,
|
||||
)
|
||||
|
||||
install_data('shadowfb.h', install_dir: xorgsdkdir)
|
||||
Reference in New Issue
Block a user