Add tbm allocator
[platform/core/uifw/libds.git] / src / libds / meson.build
index 2d09a91..8a88b62 100644 (file)
@@ -4,6 +4,7 @@ libds_files = [
   'buffer.c',
   'allocator/allocator.c',
   'allocator/shm.c',
+  'allocator/tbm.c',
   'swapchain.c',
   'output.c',
   'compositor.c',
@@ -50,6 +51,7 @@ math = meson.get_compiler('c').find_library('m')
 wayland_server = dependency('wayland-server', required: true)
 pixman = dependency('pixman-1', required: true)
 libdrm = dependency('libdrm', required: true)
+libtbm = dependency('libtbm', required: true)
 
 libds_deps = [
   math,