mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
10 lines
261 B
Meson
10 lines
261 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 : false)
|
||
|
core_conf.set('HAVE_XSHM', xshm_dep.found())
|
||
|
|
||
|
subdir('ximage')
|
||
|
subdir('xvimage')
|
||
|
endif
|