[Spice-devel] [PATCH 11/13] jhbuildrc: using system icons and files not needed
Victor Toso
victortoso at redhat.com
Thu Apr 30 09:59:12 PDT 2015
---
jhbuildrc | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/jhbuildrc b/jhbuildrc
index 4cfff9b..cfffb88 100644
--- a/jhbuildrc
+++ b/jhbuildrc
@@ -18,15 +18,6 @@ checkoutroot = os.path.join(os.environ['HOME'], 'spice')
# All module binaries will be in $HOME/spice-usr/ after the checkout
prefix = os.path.join(os.environ['HOME'], 'spice-usr')
-# Look in /usr/share for icons, D-BUS service files, etc
-addpath('XDG_DATA_DIRS', '/usr/share')
-# Look in /etc/xdg for system-global autostart files
-addpath('XDG_CONFIG_DIRS', '/etc/xdg')
-
-os.environ['ACLOCAL'] = 'aclocal -I ' + os.path.join(prefix, 'share', 'aclocal')
-os.environ['PKG_CONFIG_PATH'] = os.path.join(prefix, 'lib', 'pkgconfig') \
- + ':' + os.path.join(prefix, 'share', 'pkgconfig')
-
# custom CFLAGS / environment pieces for the build
# os.environ['CFLAGS'] = '-Wall -g -O0'
--
2.3.6
More information about the Spice-devel
mailing list