]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/matchbox-lib: correctly fix the .pc file
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 23 Dec 2017 16:15:40 +0000 (17:15 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 8 Jan 2018 15:09:50 +0000 (16:09 +0100)
commitf591058267ed76d4c32ed5e2f40293999a5d96bb
tree048083652a855e905c16d71698a84b5b957112ba
parent727b7bfdde12b5030201262e253dc4100f05fc86
package/matchbox-lib: correctly fix the .pc file

First, the .pc file was so far fixed as a post-configure hook of the
matchbox-fakekey package, by directly tweaking the .pc file installed in
staging by matchbox-lib. That's uterly wrong and bad.

So, we move the fix to matchbox-lib.

Second, it was incorreclty tweaking the .pc file when xlib_libXft was
not enabled, because only then a path to staging was present.

Third, even when xlib_libXft was enabled, the tweaking was still wrong,
because unnecessary.

Fix all that.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
(cherry picked from commit 84a2645e5b2600d28d91005937c17bec554dd4d1)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/matchbox-fakekey/matchbox-fakekey.mk
package/matchbox-lib/matchbox-lib.mk