]> code.ossystems Code Review - openembedded-core.git/commit
libx11: fix build error
authorMaxin B. John <maxin.john@intel.com>
Tue, 11 Jul 2017 12:58:12 +0000 (15:58 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Jul 2017 12:48:56 +0000 (13:48 +0100)
commitc2bc26a163be231f489ea13e6f7226715765732e
treebff034ed186aa69ef1a9977c94bb0a2761252f25
parent910c16ef8e36286ce3e83e3c259ff7ec027b39b1
libx11: fix build error

libx11 build fails with this error:

fatal error: bits/long-double-64.h: No such file or directory
| compilation terminated.

This is due to the fact that "makekeys" should be compiled for the host
since it is executed at build time to generate ks_tables.h. Since we have
the X11 include files in the standard path of oe-core, we can remove the
X11_CFLAGS from Makefile.

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/xorg-lib/libx11_1.6.5.bb