Add gbm_server for supporting gbm_bo buffer
[platform/core/uifw/libds-tizen.git] / src / meson.build
index aef63ac..15c2b62 100644 (file)
@@ -1,3 +1,5 @@
+common_inc = [ include_directories('.'), libds_tizen_inc ]
+
 math = meson.get_compiler('c').find_library('m')
 wayland_server = dependency('wayland-server', required: true)
 rt = meson.get_compiler('c').find_library('rt')
@@ -11,10 +13,12 @@ deps_base = [
   rt,
 ]
 
+dep_libds = dependency('libds', required: true)
+
 deps_libds_tizen = [
   deps_base,
   wayland_server,
-  dependency('libds', required: true),
+  dep_libds,
 ]
 
 tizen_security_files = [
@@ -27,6 +31,7 @@ deps_tizen_security = [
   dependency('libsmack', required: true)
 ]
 
+subdir('shared')
 subdir('allocator')
 subdir('tbm_server')
 subdir('backend')
@@ -43,4 +48,12 @@ subdir('screen_rotation')
 subdir('global_resource')
 subdir('embedded_compositor')
 subdir('input_method')
-subdir('text_input')
\ No newline at end of file
+subdir('text_input')
+subdir('hwc')
+subdir('policy')
+subdir('screenshooter')
+subdir('scaler')
+subdir('video')
+subdir('eom')
+subdir('remote_surface')
+subdir('gbm_server')