[PATCH xserver 8/9] meson: Build libshadowfb.so
Adam Jackson
ajax at redhat.com
Thu Apr 27 17:55:26 UTC 2017
Signed-off-by: Adam Jackson <ajax at redhat.com>
---
hw/xfree86/meson.build | 1 +
hw/xfree86/shadowfb/meson.build | 10 ++++++++++
2 files changed, 11 insertions(+)
create mode 100644 hw/xfree86/shadowfb/meson.build
diff --git a/hw/xfree86/meson.build b/hw/xfree86/meson.build
index a8f51da6a..0599706c5 100644
--- a/hw/xfree86/meson.build
+++ b/hw/xfree86/meson.build
@@ -50,6 +50,7 @@ subdir('modes')
subdir('os-support')
subdir('parser')
subdir('ramdac')
+subdir('shadowfb')
if build_vgahw
subdir('vgahw')
endif
diff --git a/hw/xfree86/shadowfb/meson.build b/hw/xfree86/shadowfb/meson.build
new file mode 100644
index 000000000..0470ecbb5
--- /dev/null
+++ b/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)
--
2.12.2
More information about the xorg-devel
mailing list