[Webkit-unassigned] [Bug 126426] New: [GTK] Fails to build if wayland is enabled and X11 is disabled
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 3 02:18:12 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=126426
Summary: [GTK] Fails to build if wayland is enabled and X11 is
disabled
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Gtk
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: berto at igalia.com
If you run configure just with --enable-wayland-target then the X11
target is disabled unless you make it explicit (see bug 121703).
In this case the build fails because all the methods added to
PluginPackageNone.cpp in r159999 (see bug 123997) are already defined
in PluginPackage.cpp, e.g
Source/WebCore/plugins/PluginPackageNone.cpp:72: multiple definition of `_ZN7WebCore13PluginPackageD1Ev'
Source/WebCore/plugins/.libs/libWebCore_la-PluginPackage.o:Source/WebCore/plugins/PluginPackage.cpp:41: first defined here
--
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