This repository has been archived by the owner on Aug 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
Packaging
kalyan kondapally edited this page Aug 31, 2015
·
17 revisions
# For Distribution Packagers
Ozone-Wayland project doesn't intend to constantly build releases of Chromium Wayland Browser. Instead, we believe it is easier for distributions maintain their own build of Chromium Wayland, based on their toolchain and package its build. Ozone-Wayland is committed though to make the life easier of all serious Linux distributions that want to create these packages.
## Ozone-Wayland releaseCheck here
## FAQ- Chromium project releases a new Chromium stable release for Linux, let's say 32.0.1234.56. I, as a packager, use the release branch and prepare to package it for my distro. What other steps do I need to add to my workflow to have Wayland support?
Required steps:
Let's assume the working directory as chromium-release.
- Download right Ozone-Wayland release from here(Ensure the version no is same).
- Unzip Ozone-Wayland and copy files to chromium-release/src.
- cd ~/chromium-release and run ./src/ozone/patches/patch-chromium.sh
- export GYP_DEFINES='use_ash=1 use_aura=1 chromeos=0 use_ozone=1 use_xkbcommon=1'
- cd src
- ./build/gyp_chromium
- ninja -C out/Release -j16 chrome