when I select webkit-gtk and do not select the associated multimedia option, I get a compile error like this: <...> ../WTF/wtf/PassRefPtr.h:40:18: Fehler: falsche Benutzung des unvollständigen Typs »class WebCore::HTMLVideoElement« <...> the german error description means "undefined forward declaration of type WebCore::HTMLVideoElement"
PS: the version I was using is a recent git pull: Buildroot 2017.08-git-01210-g6b2804f-dirty
Correct, a fix is in progress: http://lists.busybox.net/pipermail/buildroot/2017-July/198467.html
The patches needed for this have landed in “master” a while ago: - https://git.busybox.net/buildroot/commit/?id=f2b9399c769001d790e4a6ea199e1f36f181db8a - https://git.busybox.net/buildroot/commit/?id=9aceb8bfa8c39167b1c449301b7f00f16e4f816c So I suppose this bug can be closed now.
Fixed by https://git.buildroot.org/buildroot/commit/package/webkitgtk?id=9aceb8bfa8c39167b1c449301b7f00f16e4f816c and https://git.buildroot.org/buildroot/commit/package/webkitgtk?id=f2b9399c769001d790e4a6ea199e1f36f181db8a. Thanks Adrián!