Comment 3 for bug 278748

Revision history for this message
Björn Torkelsson (torkel) wrote :

Sure it is:

torkel@skruttibangbang:/scratch/totem-2.24.2$ grep gmyth configure.in
   PKG_CHECK_MODULES(GMYTH, gmyth >= 0.7.1 gmyth-upnp >= 0.7.1,

torkel@skruttibangbang:/scratch/totem-2.24.2$ pkg-config --modversion gmyth gmyth-upnp
0.7.1
0.7.1

It needs to build depends on both libgmyth-dev and libgmythupnp-dev though. Depending on only libgmyth-dev is not enough.