releng r988 - in trunk/tools: . smoketesting



Author: matthiasc
Date: Wed Sep 10 02:41:32 2008
New Revision: 988
URL: http://svn.gnome.org/viewvc/releng?rev=988&view=rev

Log:
Add /usr/share/pkgconfig to PKG_CONFIG_PATH


Modified:
   trunk/tools/ChangeLog
   trunk/tools/smoketesting/sample-tarball-stable.jhbuildrc
   trunk/tools/smoketesting/sample-tarball.jhbuildrc

Modified: trunk/tools/smoketesting/sample-tarball-stable.jhbuildrc
==============================================================================
--- trunk/tools/smoketesting/sample-tarball-stable.jhbuildrc	(original)
+++ trunk/tools/smoketesting/sample-tarball-stable.jhbuildrc	Wed Sep 10 02:41:32 2008
@@ -95,3 +95,5 @@
 # jhbuild no longer automatically looks in /usr/lib/pkgconfig, so we need to
 # tell it to do so
 addpath('PKG_CONFIG_PATH', os.path.join(system_libdir, 'pkgconfig'))
+addpath('PKG_CONFIG_PATH', '/usr/share/pkgconfig')
+

Modified: trunk/tools/smoketesting/sample-tarball.jhbuildrc
==============================================================================
--- trunk/tools/smoketesting/sample-tarball.jhbuildrc	(original)
+++ trunk/tools/smoketesting/sample-tarball.jhbuildrc	Wed Sep 10 02:41:32 2008
@@ -16,7 +16,7 @@
 checkoutroot = os.path.join(os.environ['HOME'], 'src', 'tarball-gnome2')
 
 # the prefix to configure/install modules to (must have write access)
-prefix = '/opt/tarball-gnome2'
+prefix = '/home/mclasen/src/install/tarball-gnome2'
 if os.path.exists('/usr/lib64'):
   libdir = os.path.join(prefix, 'lib64')
   system_libdir = '/usr/lib64'
@@ -89,3 +89,4 @@
 # jhbuild no longer automatically looks in /usr/lib/pkgconfig, so we need to
 # tell it to do so
 addpath('PKG_CONFIG_PATH', os.path.join(system_libdir, 'pkgconfig'))
+addpath('PKG_CONFIG_PATH', '/usr/share/pkgconfig')



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