Title: [164221] trunk/Tools
Revision
164221
Author
[email protected]
Date
2014-02-17 07:29:46 -0800 (Mon, 17 Feb 2014)

Log Message

Fix typos in Tools/efl/jhbuild.modules.
https://bugs.webkit.org/show_bug.cgi?id=128908

Patch by László Langó <[email protected]> on 2014-02-17
Reviewed by Csaba Osztrogonác.

* efl/jhbuild.modules: 's/<deb /<dep /g'

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (164220 => 164221)


--- trunk/Tools/ChangeLog	2014-02-17 15:17:35 UTC (rev 164220)
+++ trunk/Tools/ChangeLog	2014-02-17 15:29:46 UTC (rev 164221)
@@ -1,3 +1,12 @@
+2014-02-17  László Langó  <[email protected]>
+
+        Fix typos in Tools/efl/jhbuild.modules.
+        https://bugs.webkit.org/show_bug.cgi?id=128908
+
+        Reviewed by Csaba Osztrogonác.
+
+        * efl/jhbuild.modules: 's/<deb /<dep /g'
+
 2014-02-15  Ryuan Choi  <[email protected]>
 
         Build break when disabled ACCESSIBILITY since r162986

Modified: trunk/Tools/efl/jhbuild.modules (164220 => 164221)


--- trunk/Tools/efl/jhbuild.modules	2014-02-17 15:17:35 UTC (rev 164220)
+++ trunk/Tools/efl/jhbuild.modules	2014-02-17 15:29:46 UTC (rev 164221)
@@ -250,9 +250,9 @@
             md5sum="d21e59631022d6fbdfa0e19b6b2ff93a">
     </branch>
     <dependencies>
-        <deb package="ecore"/>
-        <deb package="eina"/>
-        <deb package="eet"/>
+        <dep package="ecore"/>
+        <dep package="eina"/>
+        <dep package="eet"/>
     </dependencies>
   </autotools>
 
@@ -265,10 +265,10 @@
             md5sum="7f2cbea027fba8b58c41aaacfe68c155">
     </branch>
     <dependencies>
-        <deb package="edje"/>
-        <deb package="eina"/>
-        <deb package="eet"/>
-        <deb package="ecore"/>
+        <dep package="edje"/>
+        <dep package="eina"/>
+        <dep package="eet"/>
+        <dep package="ecore"/>
     </dependencies>
   </autotools>
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to