Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 393410 Details for
Bug 534762
dev-libs/wld - A primitive drawing library targeted at Wayland
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
wld-9999.ebuild
wld-9999.ebuild (text/plain), 1.03 KB, created by
Constantine Bytensky
on 2015-01-07 12:49:18 UTC
(
hide
)
Description:
wld-9999.ebuild
Filename:
MIME Type:
Creator:
Constantine Bytensky
Created:
2015-01-07 12:49:18 UTC
Size:
1.03 KB
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 >inherit eutils git-r3 >EGIT_REPO_URI="https://github.com/michaelforney/wld" >DESCRIPTION="A primitive drawing library targeted at Wayland" >HOMEPAGE="https://github.com/michaelforney/wld" >LICENSE="MIT" >SLOT="0" >KEYWORDS="" >IUSE="debug drm static-libs video_cards_intel video_cards_nouveau" >REQUIRED_USE="video_cards_intel? ( drm ) > video_cards_nouveau? ( drm )" >RDEPEND="x11-libs/pixman > media-libs/fontconfig > video_cards_intel? ( x11-libs/libdrm[video_cards_intel]Â ) > video_cards_nouveau? ( x11-libs/libdrm[video_cards_nouveau]Â )" > >sed_config(){ > sed -i -e "$1" config.mk >} > >config_0() { > sed_config "s/$1\s*=\s*1/$1=0/" >} > > >src_prepare() { > sed_config "/^CFLAGS/d" > sed_config "1aPREFIX=\/usr" > use debug || config_0 ENABLE_DEBUG > use static-libs || config_0 ENABLE_STATIC > use drm || config_0 ENABLE_DRM > for v in intel nouveau; do > use video_cards_$v || sed_config "s/^\(DRM_DRIVERS\s*=\)\s*$v/\1/" > done > epatch_user >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 534762
:
393226
|
393410
|
393412