Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 435704 - media-libs/evas-9999 has an automagic dependency on dev-libs/wayland
Summary: media-libs/evas-9999 has an automagic dependency on dev-libs/wayland
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: enlightenment+disabled
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-09-21 00:21 UTC by Dennis Schridde
Modified: 2012-09-22 16:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
evas-9999.ebuild patch (evas-9999.ebuild.wayland.patch,1.13 KB, patch)
2012-09-21 15:44 UTC, Dennis Schridde
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Schridde 2012-09-21 00:21:56 UTC
media-libs/evas has no wayland useflag, and neither passes wayland related options  to econf.

The configure phase outputs this:
---
checking whether to enable Wayland Shm rendering backend... auto
checking whether Wayland Shm rendering backend will be built... yes
checking whether to enable Wayland Egl rendering backend... auto
checking for WAYLAND_EGL... yes
checking for GL_EET... yes
checking for glTexImage2D in -lGLESv2... no
checking whether Wayland Egl rendering backend will be built... yes
---

configure.ac:772ff show that "$(use_enable wayland wayland-shm) $(use_enable wayland wayland-egl)" would work.
Comment 1 Dennis Schridde 2012-09-21 15:44:48 UTC
Created attachment 324516 [details, diff]
evas-9999.ebuild patch

Attached patch fixes the issue.