Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x11-wm/muffin-4.4.3-r1 fails to compile #3

Closed
nzlosh opened this issue May 5, 2020 · 3 comments
Closed

x11-wm/muffin-4.4.3-r1 fails to compile #3

nzlosh opened this issue May 5, 2020 · 3 comments

Comments

@nzlosh
Copy link
Contributor

nzlosh commented May 5, 2020

muffin fails to compile with the below error.


No package 'wayland-server' found

The system has the wayland use flag globally disabled in make.conf.

@nzlosh
Copy link
Contributor Author

nzlosh commented May 5, 2020

It appears wayland support was removed from the build process in master. I applied the same modification to local source for muffin and I no longer get the above error.

linuxmint/muffin@f78bf5b#diff-e05b2f9567e1b07641220a082fddd56bL234

@nzlosh
Copy link
Contributor Author

nzlosh commented May 6, 2020

Looking at the ebuild, it appears there's already a patch to handle disabling wayland and it's being applied:

 * Applying muffin-4.0-cogl-configure.patch ...                                                                                                                       [ ok ]

I suspect the ebuild patches confiugre.ac after the autotools have already been run.

By explicitly passing --enable-wayland-egl-server=no to the configure script, the build runs successfully.

@tkemmer tkemmer closed this as completed in 074b83d May 6, 2020
@tkemmer
Copy link
Owner

tkemmer commented May 6, 2020

Thanks for tracking this down! Muffin should now work again without wayland.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants