Skip to content

Commit

Permalink
meson: Build libshadowfb.so
Browse files Browse the repository at this point in the history
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Adam Jackson <ajax@redhat.com>
  • Loading branch information
nwnk committed Apr 27, 2017
1 parent bdce179 commit 2f1a1be
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions hw/xfree86/meson.build
Expand Up @@ -50,6 +50,7 @@ subdir('modes')
subdir('os-support')
subdir('parser')
subdir('ramdac')
subdir('shadowfb')
if build_vgahw
subdir('vgahw')
endif
Expand Down
10 changes: 10 additions & 0 deletions hw/xfree86/shadowfb/meson.build
@@ -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)

0 comments on commit 2f1a1be

Please sign in to comment.