Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 36419 Details for
Bug 39931
wxGTK needs to be slotted on the "gtk2" USE-flag
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
wxwidgets.eclass
wxwidgets.eclass (text/plain), 1.06 KB, created by
Rob Cakebread (RETIRED)
on 2004-07-29 14:29:24 UTC
(
hide
)
Description:
wxwidgets.eclass
Filename:
MIME Type:
Creator:
Rob Cakebread (RETIRED)
Created:
2004-07-29 14:29:24 UTC
Size:
1.06 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: Exp $ ># ># Author Rob Cakebread <pythonhead@gentoo.org> > > >ECLASS=wxwidgets >INHERITED="$INHERITED $ECLASS" > >need-wxwidgets() { > > debug-print-function $FUNCNAME $* > > case $1 in > gtk) set-wxconfig wxgtk;; > gtk2) set-wxconfig wxgtk2;; > unicode) set-wxconfig wxgtk2u;; > *) echo "!!! $FUNCNAME: Error: unrecognized wxconfig version $1 requested" > exit 1;; > esac > >} > >set-wxconfig() { > > debug-print-function $FUNCNAME $* > > local wxgtk_ver=2.4 > local wxconfig="/usr/bin/${1}-${wxgtk_ver}-config" > local wxconfig_debug="/usr/bin/${1}d-${wxgtk_ver}-config" > > if [ -e ${wxconfig} ] ; then > export WX_CONFIG=${wxconfig} > echo " * Using ${wxconfig}" > elif [ -e ${wxconfig_debug} ] ; then > export WX_CONFIG=${wxconfig_debug} > echo " * Using ${wxconfig_debug}" > else > echo "!!! $FUNCNAME: Error: Can't find normal or debug version:" > echo "!!! $FUNCNAME: !!! ${wxconfig} not found" > echo "!!! $FUNCNAME: !!! ${wxconfig_debug} not found" > exit 1 > fi >} >
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 39931
:
36345
|
36346
|
36347
|
36348
|
36419
|
36420
|
36421
|
36423
|
36424
|
36442
|
36443
|
36448
|
36552