diff options
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb b/meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb deleted file mode 100644 index ffec7d1629..0000000000 --- a/meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb +++ /dev/null | |||
@@ -1,35 +0,0 @@ | |||
1 | require libx11.inc | ||
2 | inherit gettext | ||
3 | |||
4 | LICENSE = "MIT & MIT-style & BSD" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=bf75bfe4d05068311b5e6862d4b5f2c5" | ||
6 | |||
7 | PE = "1" | ||
8 | PR = "r4" | ||
9 | |||
10 | SRC_URI += "file://x11_disable_makekeys.patch \ | ||
11 | file://nodolt.patch \ | ||
12 | file://include_fix.patch \ | ||
13 | file://makekeys_crosscompile.patch" | ||
14 | |||
15 | SRC_URI[md5sum] = "f65c9c7ecbfb64c19dbd7927160d63fd" | ||
16 | SRC_URI[sha256sum] = "88d7238ce5f7cd123450567de7a3b56a43556e4ccc45df38b8324147c889a844" | ||
17 | |||
18 | DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \ | ||
19 | libxdmcp xf86bigfontproto kbproto inputproto xproto-native libxcb" | ||
20 | |||
21 | DEPENDS_virtclass-native += "bigreqsproto-native xextproto-native \ | ||
22 | xtrans-native libxau-native xcmiscproto-native \ | ||
23 | libxdmcp-native xf86bigfontproto-native kbproto-native \ | ||
24 | inputproto-native xproto-native" | ||
25 | |||
26 | DEPENDS_virtclass-nativesdk += "bigreqsproto xproto xextproto \ | ||
27 | xtrans libxau xcmiscproto libxdmcp xf86bigfontproto kbproto \ | ||
28 | inputproto xproto-native" | ||
29 | |||
30 | XCB = "--with-xcb" | ||
31 | XCB_virtclass-native = "--without-xcb" | ||
32 | XCB_virtclass-nativesdk = "--without-xcb" | ||
33 | EXTRA_OECONF += "--with-keysymdef=${STAGING_INCDIR}/X11/keysymdef.h ${XCB}" | ||
34 | |||
35 | BBCLASSEXTEND = "native nativesdk" | ||