meson: Fix building gallium media libs without egl
v2: - rebase on omx fix Signed-off-by: Dylan Baker <dylan.c.baker@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net> (v1)
This commit is contained in:
@@ -1241,7 +1241,9 @@ if with_platform_x11
|
|||||||
endif
|
endif
|
||||||
dep_glproto = dependency('glproto', version : '>= 1.4.14')
|
dep_glproto = dependency('glproto', version : '>= 1.4.14')
|
||||||
endif
|
endif
|
||||||
if with_egl
|
if (with_egl or (
|
||||||
|
with_gallium_vdpau or with_gallium_xvmc or with_gallium_xa or
|
||||||
|
with_gallium_omx != 'disabled'))
|
||||||
dep_xcb_xfixes = dependency('xcb-xfixes')
|
dep_xcb_xfixes = dependency('xcb-xfixes')
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user