aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb
blob: aaeb38e2d60443e93fc6828de8ffee3ce3efe704 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
require libx11.inc

LICENSE = "MIT & MIT-style & BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=bf75bfe4d05068311b5e6862d4b5f2c5"

PE = "1"
PR = "r0"

SRC_URI += "file://x11_disable_makekeys.patch \
            file://nodolt.patch \
            file://include_fix.patch"

DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
            libxdmcp xf86bigfontproto kbproto inputproto xproto-native gettext"

EXTRA_OECONF += "--without-xcb"

BBCLASSEXTEND = "native nativesdk"