libmatchbox: fix libpng detection
authorRoss Burton <ross.burton@intel.com>
Tue, 10 Dec 2013 12:13:36 +0000 (12:13 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 Dec 2013 17:42:46 +0000 (17:42 +0000)
commitd27b1d2040c4dbdfd3c9869f26967c7f7ba0604c
treef7fca52a44456030ddffeed8ef946aabc4431eda
parente12d152220a70a0bf193ef48b52278bd4844a8cd
libmatchbox: fix libpng detection

The configure script looks for libpng12 though pkg-config and if that fails
falls back to looking for library files directly.  The result of this is that
the linkage can change between libpng12 or libpng16 depending on what is
installed in the sysroot.

To resolve this, take a patch from upstream to just link using pkg-config.

(From OE-Core rev: 1f17598031059f498e8681cd09c5b0832622d3ac)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/libmatchbox/libmatchbox/libpng.patch [new file with mode: 0644]
meta/recipes-graphics/libmatchbox/libmatchbox_1.11.bb