Ozone/Caca
October 27, 2017 ยท View on GitHub
This is copy of the libcaca port of Ozone that used to be available in the Chromium tree but removed after issue 2445323002.
You must install libcaca shared library and development files that are not
provided in the chromium sysroot.
Get the chromium code
and execute the following commands inside the src repository:
git clone https://github.com/fred-wang/ozone-caca ui/ozone/platform/caca
git apply ui/ozone/platform/caca/ozone_extra_caca.patch
gn args out/OzoneCaca --args="use_ozone=true use_sysroot=false ozone_auto_platforms=false toolkit_views=false"
ninja -C out/OzoneCaca content_shell
./out/OzoneCaca/content_shell --disable-setuid-sandbox \
--display-gpu \
--ozone-platform=caca \
https://www.google.com/chrome/browser/desktop/index.html
