[Mesa-dev] [PATCH v4 06/12] meson: actually link with libomxil-bellagio
Dylan Baker
dylan at pnwbakers.com
Mon Feb 12 19:27:46 UTC 2018
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 at intel.com>
---
meson.build | 5 -----
1 file changed, 5 deletions(-)
diff --git a/meson.build b/meson.build
index 570c508..b5fa5a8 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
--
git-series 0.9.1
More information about the mesa-dev
mailing list