blob: 6141f571c5a43095e203b5979caaa79b178642fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require libx11.inc
SRC_URI += "file://disable_tests.patch \
file://Fix-hanging-issue-in-_XReply.patch \
"
inherit gettext
do_configure_append () {
sed -i -e "/X11_CFLAGS/d" ${B}/src/util/Makefile
}
BBCLASSEXTEND = "native nativesdk"
|