]> code.ossystems Code Review - openembedded-core.git/commit
libinput: add configure arg and PACKAGECONFIG for libunwind
authorJackie Huang <jackie.huang@windriver.com>
Wed, 5 Aug 2015 04:19:00 +0000 (12:19 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 9 Aug 2015 22:14:30 +0000 (15:14 -0700)
commit3ffbceb4394a54c4b02fa66525b2a00832d4e7f1
treebde40ca5670e1e9c33794867b324d1d69cb92b24
parentd5d905caf5fc5dc71e393a9d875c9ab5188c4c93
libinput: add configure arg and PACKAGECONFIG for libunwind

libinput uses pkg-config to check and decide whether to build
with libunwind, which causes undeterministic builds or error:

| tmp/work/core2-64-wrs-linux/libinput/0.18.0-r0/libinput-0.18.0/test/litest.c:77:23:
| fatal error: libunwind.h: No such file or directory

So add configure arg and PACKAGECONFIG for libunwind to make
deterministic build, but libunwind is disabled by default.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/wayland/libinput/libinput-configure.ac-add-arg-with-libunwind.patch [new file with mode: 0644]
meta/recipes-graphics/wayland/libinput_0.18.0.bb