xserver-multidpi/hw/xfree86/ramdac/meson.build
Adam Jackson 8f8d358bad ramdac: Remove core ramdac code
Now that there are no ramdac drivers this can go.

Signed-off-by: Adam Jackson <ajax@redhat.com>
2019-01-30 21:08:48 +00:00

19 lines
314 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,
)
install_data(
[
'xf86Cursor.h',
],
install_dir: xorgsdkdir,
)