From bb5e27fab6087a5c1528a5faf507acce700e883c Mon Sep 17 00:00:00 2001 From: Gurkirpal Singh Date: Sat, 20 Jan 2018 05:12:06 +0530 Subject: st/omx/bellagio: Rename st and target directories v2: Refactor out screen functions to st/omx Allows to keep all the code under st/omx (st/omx/tizonia and st/omx/bellagio). Reverts targets/omx_bellagio to omx as additions to existing files is enough to compile for both bellagio and tizonia. * autotools changes: --enable-omx -> --enable-omx-bellagio * meson changes: -Dgallium-omx=false -> -Dgallium-omx=disabled -Dgallium-omx=true -> -Dgallium-omx=bellagio Acked-by: Leo Liu Reviewed-by: Julien Isorce --- src/gallium/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gallium/meson.build') diff --git a/src/gallium/meson.build b/src/gallium/meson.build index 320fc0176e9..7f49c285992 100644 --- a/src/gallium/meson.build +++ b/src/gallium/meson.build @@ -145,7 +145,7 @@ if with_gallium_xvmc subdir('state_trackers/xvmc') endif if with_gallium_omx - subdir('state_trackers/omx_bellagio') + subdir('state_trackers/omx') endif if with_gallium_va subdir('state_trackers/va') @@ -190,7 +190,7 @@ if with_gallium_xvmc subdir('targets/xvmc') endif if with_gallium_omx - subdir('targets/omx-bellagio') + subdir('targets/omx') endif if with_gallium_va subdir('targets/va') -- cgit v1.2.3