]> code.ossystems Code Review - openembedded-core.git/commit
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 14:13:01 +0000 (14:13 +0000)
commit1f17598031059f498e8681cd09c5b0832622d3ac
treea7eaf144ca6ab9ecbc36e8e083ffbd199cea4cef
parent36e2981687acc5b7a74f08718d4578f92af4dc8b
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.

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