Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] Cmake build missing YAPP/SBC

From: Evan Huus <eapache@xxxxxxxxx>
Date: Thu, 1 May 2014 12:14:38 -0400
As of gfbd3c937989c7622815d3019538ca4b7d5a58e27 the cmake build fails if you specify an optional dependency (such as libsbc) and it can't be found. This is causing the buildbot cmake step to fail, since it specifies both YAPP and SBC, which are not present.

I'm not sure how autofoo behaves here; should cmake only be failing if the package is strictly necessary (e.g. glib) or should the buildbot stop asking for dependencies it doesn't have?

Evan