Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100164 - lablgtk autodetects gnome support
Summary: lablgtk autodetects gnome support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Team for the ML programming language family
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-24 16:21 UTC by Georgi Georgiev
Modified: 2005-07-25 04:17 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 Georgi Georgiev 2005-07-24 16:21:35 UTC
lablgtk-2.4.0 has a conditional DEPEND on libgnomecanvas, gnome-panel and
libgnomui. However, it does not pass these optional dependencies as options to
configure. Thus, I got lablgtk linked against the gnome libraries that I have
installed temporarily (USE=-gnome, gnome libs installed).

I found bug #87426, which I thought is a dup of this, but even though closely
related, I don't think it is.

So, please add the appropriate ... whatever $(use_with gnome panel) $(use_with
gnome gnomeui) $(use_with gnome gnomecanvas) as these are listed as conditional
dependencies, and I don't want my library to break if I decide to remove the
gnome libs.
Comment 1 Matthieu Sozeau (RETIRED) gentoo-dev 2005-07-25 04:17:21 UTC
I added use_with calls for gnome, svg, glade & opengl, thanks for reminding  
me of the other bug and giving me the code needed ;)