blob: 7f188248502a695a5a0fcade23a3d1a828bd8f0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require libx11.inc
inherit gettext
PR = "${INC_PR}.3"
BBCLASSEXTEND = "native nativesdk"
SRC_URI += "file://keysymdef_include.patch \
file://disable_tests.patch \
"
SRC_URI[md5sum] = "78b4b3bab4acbdf0abcfca30a8c70cc6"
SRC_URI[sha256sum] = "c382efd7e92bfc3cef39a4b7f1ecf2744ba4414a705e3bc1e697f75502bd4d86"
|