This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected. ;-)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
http://forum.videolan.org/viewtopic.php?f=13&t=77264
Essentially, unless a libdir is passed to projectM's cmake config,
it ($libdir) is left blank. As result, the .pc file has a blank,
i.e. "-L -lprojectM" instead of "-L/usr/lib -lprojectM" and this
causes at least VLC to bail out.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>