Files
xserver/hw/xfree86/dri/meson.build
Enrico Weigelt, metux IT consult 9bd146a391 xfree86: dri: move over public SDK headers to include/
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2026-02-12 18:28:35 +01:00

15 lines
244 B
Meson

srcs_xorg_dri = [
'dri.c',
'xf86dri.c',
]
xorg_dri = static_library('xorg_dri',
srcs_xorg_dri,
include_directories: [inc, xorg_inc],
dependencies: [
common_dep,
libdrm_dep,
],
c_args: xorg_c_args,
)