Sign in
coral
/
mtk-gst-plugins-base
/
f3df2a8e956a3fb2340eb3432e0c3f864e21463b
/
.
/
sys
/
meson.build
blob: da6dc24005a56715bc97a1cfa525f027248e7e43 [
file
] [
log
] [
blame
]
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