You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xserver/hw/xfree86/glamor_egl/meson.build

23 lines
432 B
Meson

glamoregl_src = [
'../../../glamor/glamor_egl.c',
'../../../glamor/glamor_eglmodule.c',
'glamor_xf86_xv.c',
]
shared_module(
'glamoregl',
glamoregl_src,
include_directories: [inc, xorg_inc],
c_args: xorg_c_args,
dependencies: [
common_dep,
dependency('libdrm', version: '>= 2.4.46'),
gbm_dep,
],
link_with: glamor,
install: true,
install_dir: module_dir,
)