Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56182 - freeciv ebuild can be built with a flag GTK2 but it lacks support for GTK2
Summary: freeciv ebuild can be built with a flag GTK2 but it lacks support for GTK2
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-05 14:40 UTC by Kamil Niechajewicz
Modified: 2004-07-05 16:12 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kamil Niechajewicz 2004-07-05 14:40:53 UTC
freeciv ebuild supports +gtk2 USE flag and can be compiled with "+gtk2 -gtk -svgalib". after that the game does not support gtk2 but xaw instead. its probably caused by lack of gtk2 support by freeciv game, i suppose. i think gtk2 flag for freeciv should be removed?

Reproducible: Always
Steps to Reproduce:
1. USE="+gtk2 -svgalib -gtk -xaw3d" emerge freeciv
2. civclient -v
3.

Actual Results:  
bash-2.05b$ civclient -v
Freeciv version 1.14.1 gui-xaw


Expected Results:  
bash-2.05b$ civclient -v
Freeciv version 1.14.1 gui-gtk2(?)
or nothing, because as I remember freeciv does not support gtk2?
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-07-05 16:12:36 UTC
the gtk and gtk2 use flags don't mean what you think they mean.

gtk means "use the gtk+ toolkit."
gtk2 means "prefer version 2 of gtk+ if there is a choice"

The setting of +gtk2 and -gtk just turns off gtk+ support entirely.