Mesa (master): meson: actually link with libomxil-bellagio

Dylan Baker dbaker at kemper.freedesktop.org
Thu Feb 15 18:43:31 UTC 2018


Module: Mesa
Branch: master
Commit: 77081038579ed7ef3d0962637cddd6fae4d6d4fa
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=77081038579ed7ef3d0962637cddd6fae4d6d4fa

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Thu Feb  1 16:03:17 2018 -0800

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 at intel.com>
Acked-by: Eric Engestrom <eric.engestrom at imgtec.com>
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

---

 meson.build | 5 -----
 1 file changed, 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




More information about the mesa-commit mailing list