Issue 26739 - gtk dependancy error in cws_src680_nwf (zlib)
Summary: gtk dependancy error in cws_src680_nwf (zlib)
Status: CLOSED FIXED
Alias: None
Product: gsl
Classification: Code
Component: code (show other issues)
Version: current
Hardware: Sun Solaris
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: philipp.lohmann
QA Contact: issues@gsl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-19 14:04 UTC by taniguchi
Modified: 2010-10-23 15:37 UTC (History)
1 user (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description taniguchi 2004-03-19 14:04:08 UTC
The libpng module is moved into gtk module in cws_src680_nwf branch, but 
its dependancy on zlib is omitted.

This is a patch to fix this problem.

Thanks in advance.

Index: gtk/prj/build.lst
===================================================================
RCS file: /cvs/external/gtk/prj/build.lst,v
retrieving revision 1.2.10.4
diff -u -r1.2.10.4 build.lst
--- gtk/prj/build.lst	17 Mar 2004 16:18:02 -0000	1.2.10.4
+++ gtk/prj/build.lst	19 Mar 2004 14:07:35 -0000
@@ -1,4 +1,4 @@
-gt	gtk	: freetype solenv NULL
+gt	gtk	: freetype zlib solenv NULL
 gt	gtk						usr1	-	u	
gt_mkout NULL
 gt  gtk\tiff                nmake   -   u   gt_tiff NULL
 gt  gtk\libjpeg             nmake   -   u   gt_jpeg NULL
[
Comment 1 philipp.lohmann 2004-03-19 14:22:17 UTC
commited to CWS nwf
Comment 2 philipp.lohmann 2004-03-19 14:23:48 UTC
fixed
Comment 3 philipp.lohmann 2004-04-05 08:58:21 UTC
verified
Comment 4 philipp.lohmann 2004-05-12 13:42:42 UTC
merged in 680m39
Comment 5 nijungnile 2010-10-23 15:37:10 UTC
Created attachment 72579