https://bugs.webkit.org/show_bug.cgi?id=142907
Unreviewed typo fix after r182595.
* PlatformGTK.cmake:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@182598
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-04-09 Csaba Osztrogonác <ossy@webkit.org>
+
+ [EFL][GTK] WebKit2's generate-forwarding-headers.pl runs too many times
+ https://bugs.webkit.org/show_bug.cgi?id=142907
+
+ Unreviewed typo fix after r182595.
+
+ * PlatformGTK.cmake:
+
2015-04-09 Csaba Osztrogonác <ossy@webkit.org>
[EFL][GTK] WebKit2's generate-forwarding-headers.pl runs too many times
${PluginProcessGTK2_SOURCES}
${PluginProcess_SOURCES}
${WebKit2_HEADERS}
- COMMAND ${PERL_EXECUTABLE} ${WEBKIT2_DIR}/Scripts/generate-forwarding-headers.pl --input-path ${WEBKIT2_DIR} --output ${FORWARDING_HEADERS_DIR} --platform gtk --platform soup
+ COMMAND ${PERL_EXECUTABLE} ${WEBKIT2_DIR}/Scripts/generate-forwarding-headers.pl --include-path ${WEBKIT2_DIR} --output ${FORWARDING_HEADERS_DIR} --platform gtk --platform soup
COMMAND touch ${CMAKE_BINARY_DIR}/WebKit2-forwarding-headers.stamp
)
add_custom_target(WebKit2-forwarding-headers