Closed
Bug 21115
Opened 25 years ago
Closed 25 years ago
Fix timer dependency for gtk
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M13
People
(Reporter: jdunn, Assigned: jdunn)
References
Details
widget/timer/src/unix/gtk/libtimer_s.a depends on gtk.
gfx/src/libraptorgfx.so depends on libtimer_s.a
but does not 'link' in the gtk libraries.
we need a way around this dependency... possibly putting
-berok back in this on Makefile.in (raptorgfx).
I have turned off MOZ_MONOLITHIC_TOOLKIT in configure.in
line 2292 of configure.in I added
*-*-aix*) MOZ_MONOLITHIC_TOOLKIT= ;;
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•