xserver-multidpi/hw/xwin/dri/meson.build
Jon Turney 1f38a31ed3 Add meson.build for XWin server (v2)
This needs a meson with PRs #1784, #1792 and #1794

Future work: remove conditionals which are always on, and simplify redundant
CYGDEBUG conditionals

Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
Reviewed-by: Eric Anholt <eric@anholt.net>
2017-06-02 09:32:35 -07:00

15 lines
273 B
Meson

srcs_windows_dri = [
'windowsdri.c',
'windowsdri.h',
]
xwin_windowsdri = static_library(
'WindowsDRI',
srcs_windows_dri,
include_directories: [ inc, include_directories('../') ],
dependencies: [
windowsdri_dep,
pixman_dep,
],
)