blob: 427bf28cebd0f5c234bf8f1c1cfdf58a10190b6a [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001require libx11.inc
2inherit gettext
3
4BBCLASSEXTEND = "native nativesdk"
5
6SRC_URI += "file://disable_tests.patch \
7 file://Fix-hanging-issue-in-_XReply.patch \
8 "
9do_configure_append () {
10 sed -i -e "/X11_CFLAGS/d" ${B}/src/util/Makefile
11}
12
13SRC_URI[md5sum] = "0f618db70c4054ca67cee0cc156a4255"
14SRC_URI[sha256sum] = "4d3890db2ba225ba8c55ca63c6409c1ebb078a2806de59fb16342768ae63435d"