diff options
author | Gurkirpal Singh <gurkirpal204@gmail.com> | 2018-01-20 05:37:53 +0530 |
---|---|---|
committer | Julien Isorce <jisorce@oblong.com> | 2018-03-06 14:29:42 +0000 |
commit | e2afa154e99071e8d51be88494cd1347ad113035 (patch) | |
tree | 4abe510569a8309ff5b0cddd060941591f42be54 /meson_options.txt | |
parent | bb5e27fab6087a5c1528a5faf507acce700e883c (diff) | |
download | mesa-e2afa154e99071e8d51be88494cd1347ad113035.tar.gz |
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>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt index f5705c2b3c2..50ae19685e7 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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( |