xserver/hw/xfree86/ramdac/meson.build

12 lines
231 B
Meson

srcs_xorg_ramdac = [
'xf86CursorRD.c',
'xf86HWCurs.c',
]
xorg_ramdac = static_library('xorg_ramdac',
srcs_xorg_ramdac,
include_directories: [inc, xorg_inc],
dependencies: common_dep,
c_args: xorg_c_args,
)