diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2018-02-01 16:03:17 -0800 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2018-02-15 10:35:57 -0800 |
commit | 77081038579ed7ef3d0962637cddd6fae4d6d4fa (patch) | |
tree | 04a6adebb6b54e66d648947f68cf4ae80545b9ac /meson.build | |
parent | 7023b373ec76a2ea25b1bd0a7501276de9007047 (diff) |
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 <dylan.c.baker@intel.com>
Acked-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meson.build b/meson.build index 570c5080ad..b5fa5a823c 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 |