aboutsummaryrefslogtreecommitdiff
path: root/src/backend/meson.build
blob: b8f0ad9a1f6235ecce792676d731ce24fc209cd5 (plain) (blame)
1
2
3
4
5
6
7
# enable xrender
srcs += [ files('backend_common.c', 'xrender/xrender.c', 'dummy/dummy.c', 'backend.c', 'driver.c') ]

# enable opengl
if get_option('opengl')
  srcs += [ files('gl/gl_common.c', 'gl/glx.c') ]
endif