FireBurn / Overlay

Gentoo Overly
GNU General Public License v3.0
21 stars 6 forks source link

There apears to be no abi_x86_32 support for wayland #18

Closed set135 closed 11 years ago

set135 commented 11 years ago

The 32bit build of mesa will fail if the wayland USE is present. Is there a way to mask out the wayland USE for just the 32bit part? I need wayland support in my 64bit mesa...

FireBurn commented 11 years ago

I've just added multilib support for waylan - will be committing in a moment - let me know how you get on

set135 commented 11 years ago

Nice. multilib on wayland-1.1.0::FireBurn allows mesa with wayland USE to build multilib. weston-1.1.1::x11 works with this wayland version. I see the diff is quite small, so it would be nice to have the wayland-9999::x11 multilib in FireBurn so one can test the latest weston-9999::benf, which is more complete and interesting. But thats an issue I can just deal with locally. Thanks for responding to this issue!

FireBurn commented 11 years ago

I've added an un-keyworded wayland-9999 if you're using the version in the x11 overlay it should just work

If it does can you close this issue off

Cheers

set135 commented 11 years ago

wayland-9999::FireBurn works great, and I have weston-9999::benf built. It looks like the work you are doing should merge into ::gentoo. Thanks again!