intel / ozone-wayland

Wayland implementation for Chromium Ozone classes
BSD 3-Clause "New" or "Revised" License
218 stars 82 forks source link

"Packaging" wiki page is out of date #385

Closed hobbitalastair closed 9 years ago

hobbitalastair commented 9 years ago

The "Packaging" wiki page is out of date or misleading.

Specifically, step four of the instructions suggests using:

export GYP_DEFINES='use_ash=0 use_aura=1 chromeos=0 use_ozone=1'

Which is wrong; it causes link errors later (use_ash=0 should be use_ash=1). It's also conflicting with the instructions in the README:

export GYP_DEFINES='use_ash=1 use_aura=1 chromeos=0 use_ozone=1 use_xkbcommon=1'

I would fix this, but it appears that only contributors have access to the wiki.

hobbitalastair commented 9 years ago

Fixed now, thanks @kalyankondapally!