xserver/miext/sync/meson.build
Michel Dänzer 7f915811f8 Drop Xorg DDX
(cherry picked from commit 4f4b8e00fc)
2023-07-18 12:52:07 +00:00

24 lines
415 B
Meson

srcs_miext_sync = [
'misync.c',
'misyncfd.c',
]
hdrs_miext_sync = [
'misync.h',
'misyncfd.h',
'misyncshm.h',
'misyncstr.h',
]
if build_dri3 or build_xwayland
srcs_miext_sync += 'misyncshm.c'
endif
libxserver_miext_sync = static_library('libxserver_miext_sync',
srcs_miext_sync,
include_directories: inc,
dependencies: [
common_dep,
xshmfence_dep,
],
)