From: Dylan Baker Date: Fri, 2 Feb 2018 00:03:17 +0000 (-0800) Subject: meson: actually link with libomxil-bellagio X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=77081038579ed7ef3d0962637cddd6fae4d6d4fa;p=mesa.git meson: actually link with libomxil-bellagio This state tracker actually needs to link, unlike vdpau. Fixes: 1d36dc674d528b93b ("meson: build gallium omx state tracker") Signed-off-by: Dylan Baker Acked-by: Eric Engestrom Reviewed-by: Emil Velikov --- diff --git a/meson.build b/meson.build index 570c5080ad8..b5fa5a823c9 100644 --- a/meson.build +++ b/meson.build @@ -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