meson: actually link with libomxil-bellagio

This state tracker actually needs to link, unlike vdpau.

Fixes: 1d36dc674d ("meson: build gallium omx state tracker")
Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
Acked-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Dylan Baker
2018-02-01 16:03:17 -08:00
parent 7023b373ec
commit 7708103857
-5
View File
@@ -514,11 +514,6 @@ if with_gallium_omx
endif
endif
endif
if with_gallium_omx
dep_omx = declare_dependency(
compile_args : run_command(prog_pkgconfig, ['libomxil-bellagio', '--cflags']).stdout().split()
)
endif
_va = get_option('gallium-va')
if not system_has_kms_drm