Title: [111187] trunk/Tools
Revision
111187
Author
[email protected]
Date
2012-03-19 09:07:19 -0700 (Mon, 19 Mar 2012)

Log Message

[EFL] jhbuild: Set CMAKE_PREFIX_PATH in jhbuildrc.
https://bugs.webkit.org/show_bug.cgi?id=81491

Reviewed by Philippe Normand.

For the find_path(), find_library() etc CMake calls to find the
dependencies built with jhbuild, CMAKE_PREFIX_PATH must be properly
set, otherwise CMake cannot know the dependencies exist and will only
look in the standard directories.

* efl/jhbuildrc: Set the CMAKE_PREFIX_PATH environment variable with
the jhbuild Root directory.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (111186 => 111187)


--- trunk/Tools/ChangeLog	2012-03-19 16:05:17 UTC (rev 111186)
+++ trunk/Tools/ChangeLog	2012-03-19 16:07:19 UTC (rev 111187)
@@ -1,3 +1,18 @@
+2012-03-19  Raphael Kubo da Costa  <[email protected]>
+
+        [EFL] jhbuild: Set CMAKE_PREFIX_PATH in jhbuildrc.
+        https://bugs.webkit.org/show_bug.cgi?id=81491
+
+        Reviewed by Philippe Normand.
+
+        For the find_path(), find_library() etc CMake calls to find the
+        dependencies built with jhbuild, CMAKE_PREFIX_PATH must be properly
+        set, otherwise CMake cannot know the dependencies exist and will only
+        look in the standard directories.
+
+        * efl/jhbuildrc: Set the CMAKE_PREFIX_PATH environment variable with
+        the jhbuild Root directory.
+
 2012-03-19  Dominik Röttsches  <[email protected]>
 
         [EFL] Add XDG env vars to jhbuildrc

Modified: trunk/Tools/efl/jhbuildrc (111186 => 111187)


--- trunk/Tools/efl/jhbuildrc	2012-03-19 16:05:17 UTC (rev 111186)
+++ trunk/Tools/efl/jhbuildrc	2012-03-19 16:07:19 UTC (rev 111187)
@@ -56,4 +56,6 @@
 addpath('XDG_DATA_DIRS', '/usr/share')
 addpath('XDG_CONFIG_DIRS', '/etc/xdg')
 
+addpath('CMAKE_PREFIX_PATH', prefix)
+
 partial_build = False
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to