Bug 128164 - [GTK] [Stable] webkit2's TestWebKitWebView requires <video> support unconditionally
Summary: [GTK] [Stable] webkit2's TestWebKitWebView requires <video> support unconditi...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-03 23:12 PST by Pacho Ramos
Modified: 2017-03-11 10:48 PST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos 2014-02-03 23:12:19 PST
We need to apply the following sed if we want it to build when passing --disable-video configure option

                sed -e '/Programs\/WebKit2APITests\/TestWebKitWebView/ d' \
                        -i Tools/TestWebKitAPI/GNUmakefile.am


Thanks
Comment 1 Alberto Garcia 2014-02-05 04:37:16 PST
Where is it failing exactly?

I just built trunk (r163440) with configure --disable-video && make
with no problems.