[Webkit-unassigned] [Bug 152547] webp/decode.h missing, make stops building

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 27 05:16:15 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=152547

--- Comment #5 from Jacek Rużyczka <stacheldraht at interia.pl> ---
I'm sorry that I don't have the original warning any more. It sounded somehow like "WEBP not found".

Here is the output you wanted AFTER installing libwebp-devel:

jacek at veteran:~ $ pkg-config --cflags --libs libwebp
-lwebp 


And here the contents of the libwebkit-sharp package which solved my problem:

jacek at veteran:~ $ rpm -ql libwebp-devel
/usr/include/webp
/usr/include/webp/decode.h
/usr/include/webp/demux.h
/usr/include/webp/encode.h
/usr/include/webp/mux.h
/usr/include/webp/mux_types.h
/usr/include/webp/types.h
/usr/lib64/libwebp.so
/usr/lib64/libwebpdemux.so
/usr/lib64/libwebpmux.so
/usr/lib64/pkgconfig/libwebp.pc
/usr/lib64/pkgconfig/libwebpdemux.pc
/usr/lib64/pkgconfig/libwebpmux.pc

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151227/88fd27bc/attachment.html>


More information about the webkit-unassigned mailing list