[Mesa-dev] [PATCH 1/2] st/omx_tizonia: add --enable-omx-tizonia flag and build files
Emil Velikov
emil.l.velikov at gmail.com
Fri Aug 11 12:32:56 UTC 2017
Hi Gurkirpal,
Thanks for working on this. I believe Christian has some good points.
There's only one small question + suggestion from me.
On 11 August 2017 at 05:31, Gurkirpal Singh <gurkirpal204 at gmail.com> wrote:
> + PKG_CHECK_MODULES([OMX_TIZONIA], [libtizonia >= $LIBOMXIL_TIZONIA_REQUIRED])
> + PKG_CHECK_MODULES([OMX_TIZILHEADERS], [tizilheaders >= $LIBOMXIL_TIZONIA_REQUIRED])
> + PKG_CHECK_MODULES([OMX_TIZPLATFORM], [libtizplatform >= $LIBOMXIL_TIZONIA_REQUIRED])
I cannot find any tizonia packages for Debian, Fedora or Arch - are there any?
AFAICT all the three dependencies are always used together. Thus one
can fold the separate PKG_CHECK_MODULES into one.
Thanks
Emil
More information about the mesa-dev
mailing list