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

mesa-lib: Adding optional_depends for wayland. kde and especially plasma #432

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/mesa-lib/DEPENDS
Expand Up @@ -14,6 +14,7 @@ depends presentproto
depends Mako
depends nettle

optional_depends wayland "" "" "This is needed by various components of Plasma"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe --with-egl-platforms=wayland is a requirement as well. Since we add x11 and drm manually I doubt auto-detection really kicks in.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your right Ratler. Couldn't we get by with something like this;

—with-egl-platforms=x11,wayland,drm

optional_depends libvdpau "--enable-vdpau" "--disable-vdpau" "vdpau hw acceleration"
optional_depends libXvMC "--enable-xvmc" "--disable-xvmc" "XvMC hw acceleration"

Expand Down