The “wpe-webkit.pc” file contains: Requires.private: glib-2.0 libsoup-2.4 Libs: -L${libdir} -lWPEWebKit -lWPE There is no “libWPE.so*” so of course linking fails. Once “-lWPE” is removed, the following error happens at link time: /home/aperez/devel/wpe/buildroot/output/host/lib/gcc/arm-buildroot-linux-gnueabihf/6.4.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: CMakeFiles/dinghy.dir/dinghy.c.o: undefined reference to symbol 'g_main_loop_unref' /home/aperez/devel/wpe/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/lib/libglib-2.0.so.0: error adding symbols: DSO missing from command line
Created attachment 323312 [details] Patch
Comment on attachment 323312 [details] Patch Clearing flags on attachment: 323312 Committed r223133: <http://trac.webkit.org/changeset/223133>
All reviewed patches have been landed. Closing bug.
<rdar://problem/34913841>