remove libds stuffs
[platform/core/uifw/libds-tizen.git] / src / backend / tdm / meson.build
1 libds_tizen_files += files(
2   'backend.c',
3   'output.c',
4   'tdm_buffer_queue.c',
5 )
6
7 libtdm = dependency('libtdm', required: true)
8 libtbm = dependency('libtbm', required: true)
9
10 libds_tizen_deps += [
11   libtdm,
12   libtbm
13 ]