[gnome-shell] Call a global variable in our jhbuildrc _libdir not libdir
- From: Owen Taylor <otaylor src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-shell] Call a global variable in our jhbuildrc _libdir not libdir
- Date: Tue, 17 Mar 2009 16:10:56 -0400 (EDT)
commit 384b88910a683608ff0cf258a9493b6b5207fcd7
Author: Owen W. Taylor <otaylor fishsoup net>
Date: Tue Mar 17 16:09:06 2009 -0400
Call a global variable in our jhbuildrc _libdir not libdir
jhbuild will complain if there are unknown variables not prefixed
with _ in the jhbuildrc, so rename libdir to _libdir.
---
tools/build/jhbuildrc-gnome-shell | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/build/jhbuildrc-gnome-shell b/tools/build/jhbuildrc-gnome-shell
index 19d7891..0202977 100644
--- a/tools/build/jhbuildrc-gnome-shell
+++ b/tools/build/jhbuildrc-gnome-shell
@@ -30,10 +30,10 @@ prefix = os.path.expanduser('~/gnome-shell/install')
# Use system libraries for the builds
if use_lib64:
- libdir = 'lib64'
+ _libdir = 'lib64'
else:
- libdir = 'lib'
-addpath('PKG_CONFIG_PATH', os.path.join(os.sep, 'usr', libdir, 'pkgconfig'))
+ _libdir = 'lib'
+addpath('PKG_CONFIG_PATH', os.path.join(os.sep, 'usr', _libdir, 'pkgconfig'))
addpath('PKG_CONFIG_PATH', os.path.join(os.sep, 'usr', 'share', 'pkgconfig'))
# Look in /usr/share for icons, D-BUS service files, etc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]