st/omx/tizonia: Add --enable-omx-tizonia flag and build files

Allow only bellagio or tizonia to be used at the same time.
Detect tizonia package config file
Generate libomx_mesa.so and install it to libtizcore.pc::pluginsdir
Only compile empty source (target.c) for now.

GSoC Project link: https://summerofcode.withgoogle.com/projects/#4737166321123328

Acked-by: Leo Liu <leo.liu@amd.com>
Reviewed-by: Julien Isorce <julien.isorce@gmail.com>
This commit is contained in:
Gurkirpal Singh
2018-01-20 05:37:53 +05:30
committed by Julien Isorce
parent bb5e27fab6
commit e2afa154e9
10 changed files with 128 additions and 7 deletions

View File

@@ -90,8 +90,8 @@ option(
option(
'gallium-omx',
type : 'combo',
value : 'bellagio',
choices : ['disabled', 'bellagio'],
value : 'tizonia',
choices : ['disabled', 'bellagio', 'tizonia'],
description : 'enable gallium omx state tracker.',
)
option(