jhbuild r2554 - trunk



Author: fpeters
Date: Sun Nov 30 20:54:05 2008
New Revision: 2554
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2554&view=rev

Log:
* sample.jhbuildrc: removed the PKG_CONFIG_PATH lines as they are not
required anymore.



Modified:
   trunk/ChangeLog
   trunk/sample.jhbuildrc

Modified: trunk/sample.jhbuildrc
==============================================================================
--- trunk/sample.jhbuildrc	(original)
+++ trunk/sample.jhbuildrc	Sun Nov 30 20:54:05 2008
@@ -5,7 +5,6 @@
 # if you have a GNOME svn account, uncomment this line
 #repos['svn.gnome.org'] = 'svn+ssh://user svn gnome org/svn/'
 
-
 # what module set should be used.  The default at the moment is 'gnome-2.26',
 # but it can be any of the files in the modulesets directory, or even
 # the URL of a module set file on a web server.
@@ -21,11 +20,6 @@
 # the prefix to configure/install modules to (must have write access)
 prefix = '/opt/gnome2'
 
-# if you do not want to use system-installed libraries for your builds, comment
-# out the lines below
-addpath('PKG_CONFIG_PATH', os.path.join(os.sep, 'usr', 'lib', 'pkgconfig'))
-addpath('PKG_CONFIG_PATH', os.path.join(os.sep, 'usr', 'share', 'pkgconfig'))
-
 # extra arguments to pass to all autogen.sh scripts
 # to speed up builds of gnome2, try '--disable-static --disable-gtk-doc'
 # it is also possible to set CFLAGS this way, 'CFLAGS="-g -O2"' for example



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]