[csw-devel] SF.net SVN: gar:[4778] csw/mgar/pkg/gtk2/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Sat May 9 02:26:13 CEST 2009


Revision: 4778
          http://gar.svn.sourceforge.net/gar/?rev=4778&view=rev
Author:   dmichelsen
Date:     2009-05-09 00:26:13 +0000 (Sat, 09 May 2009)

Log Message:
-----------
gtk2: Fix x11 pathes

Modified Paths:
--------------
    csw/mgar/pkg/gtk2/trunk/Makefile

Modified: csw/mgar/pkg/gtk2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gtk2/trunk/Makefile	2009-05-09 00:08:11 UTC (rev 4777)
+++ csw/mgar/pkg/gtk2/trunk/Makefile	2009-05-09 00:26:13 UTC (rev 4778)
@@ -24,6 +24,7 @@
 WORKSRC = $(WORKDIR)/gtk+-$(GARVERSION)
 
 PREREQUISITE_PKGS = CSWbash
+REQUIRED_PKGS = CSWjasper
 
 SPKG_SOURCEURL = http://www.gtk.org/
 
@@ -34,7 +35,8 @@
 BUILD64 = 1
 
 CONFIGURE_ARGS  = $(DIRPATHS)
-CONFIGURE_ARGS += --enable-debug=yes
+CONFIGURE_ARGS += --x-include=$(prefix)/X11/include
+CONFIGURE_ARGS += --x-libraries=$(abspath $(prefix)/X11/lib/$(MM_LIBDIR))
 
 #TEST_TARGET = check
 # There is a test failing on Xvfb which may or may not be harmful. Disable for now.


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list