Files
gstreamer/subprojects/gst-plugins-base/sys/meson.build
T
Akkariin Meiko 27c4ec74a1 Update
2022-03-12 03:16:09 +08:00

10 lines
274 B
Meson

if x11_dep.found()
# XShm is only used by ximage and xvimage
# FIXME: Need to check for XShmAttach inside libXext
xshm_dep = dependency('xext', required : get_option('xshm'))
core_conf.set('HAVE_XSHM', xshm_dep.found())
subdir('ximage')
subdir('xvimage')
endif