Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | require libx11.inc |
2 | |||||
3 | SRC_URI += "file://disable_tests.patch \ | ||||
4 | file://Fix-hanging-issue-in-_XReply.patch \ | ||||
5 | " | ||||
6 | |||||
7 | inherit gettext | ||||
8 | |||||
9 | do_configure_append () { | ||||
10 | sed -i -e "/X11_CFLAGS/d" ${B}/src/util/Makefile | ||||
11 | } | ||||
12 | |||||
13 | BBCLASSEXTEND = "native nativesdk" |