[Webkit-unassigned] [Bug 45247] [EFL] Need to add custom dependencies.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 8 05:10:46 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=45247
--- Comment #6 from Lucas De Marchi <demarchi at webkit.org> 2010-09-08 05:10:45 PST ---
(In reply to comment #5)
>
> thank you.
> I created patch like you mentioned.
Humn, sorry. Looking again at this issue, I think a much cleaner approach would be to apply the following patch. It just adds the theme to WebKit's source list.
Leandro, Ryuan, what do you think?
diff --git a/WebKit/efl/CMakeListsEfl.txt b/WebKit/efl/CMakeListsEfl.txt
index cff1822..57cacae 100644
--- a/WebKit/efl/CMakeListsEfl.txt
+++ b/WebKit/efl/CMakeListsEfl.txt
@@ -159,6 +159,10 @@ ADD_CUSTOM_COMMAND(
VERBATIM
)
+LIST(APPEND WebKit_SOURCES
+ ${WebKit_THEME}
+)
+
IF (SHARED_CORE)
SET(LIBS_PRIVATE "-l${WTF_LIBRARY_NAME} -l${JavaScriptCore_LIBRARY_NAME} -l${WebCore_LIBRARY_NAME}")
ELSE ()
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list