gstreamer/subprojects/gst-plugins-base/sys/meson.build

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
375 B
Meson
Raw Normal View History

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'))
xi_dep = dependency('xi', required : get_option('xi'))
core_conf.set('HAVE_XSHM', xshm_dep.found())
core_conf.set('HAVE_XI2', xi_dep.found())
subdir('ximage')
subdir('xvimage')
endif