Title: [144628] trunk/Tools
- Revision
- 144628
- Author
- [email protected]
- Date
- 2013-03-04 08:04:28 -0800 (Mon, 04 Mar 2013)
Log Message
[GTK] No need to manually add system paths to jhbuildrc
https://bugs.webkit.org/show_bug.cgi?id=110850
Reviewed by Gustavo Noronha Silva.
* gtk/jhbuildrc: Remove calls to addpath() for items that jhbuild
already takes care of.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (144627 => 144628)
--- trunk/Tools/ChangeLog 2013-03-04 15:53:02 UTC (rev 144627)
+++ trunk/Tools/ChangeLog 2013-03-04 16:04:28 UTC (rev 144628)
@@ -1,3 +1,13 @@
+2013-03-04 Claudio Saavedra <[email protected]>
+
+ [GTK] No need to manually add system paths to jhbuildrc
+ https://bugs.webkit.org/show_bug.cgi?id=110850
+
+ Reviewed by Gustavo Noronha Silva.
+
+ * gtk/jhbuildrc: Remove calls to addpath() for items that jhbuild
+ already takes care of.
+
2013-03-04 Kinuko Yasuda <[email protected]>
[chromium] TestWebKitAPI WTF.StringHasher_addCharacters is broken on Chromium Android
Modified: trunk/Tools/gtk/jhbuildrc (144627 => 144628)
--- trunk/Tools/gtk/jhbuildrc 2013-03-04 15:53:02 UTC (rev 144627)
+++ trunk/Tools/gtk/jhbuildrc 2013-03-04 16:04:28 UTC (rev 144628)
@@ -46,16 +46,5 @@
notrayicon = True
os.environ['MAKEFLAGS'] = '-j%d' % multiprocessing.cpu_count()
-# Use system libraries while building.
-if use_lib64:
- _libdir = 'lib64'
-else:
- _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'))
-
-addpath('XDG_DATA_DIRS', '/usr/share')
-addpath('XDG_CONFIG_DIRS', '/etc/xdg')
-
# GTK+ 3.0.12 misses the -lm flag when linking the tests.
module_makeargs['gtk+'] = 'LDFLAGS="-lm" ' + makeargs
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes