summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libx11_1.7.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libx11_1.7.0.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libx11_1.7.0.bb45
1 files changed, 0 insertions, 45 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.7.0.bb b/meta/recipes-graphics/xorg-lib/libx11_1.7.0.bb
deleted file mode 100644
index 3faee6e497..0000000000
--- a/meta/recipes-graphics/xorg-lib/libx11_1.7.0.bb
+++ /dev/null
@@ -1,45 +0,0 @@
1SUMMARY = "Xlib: C Language X Interface library"
2
3DESCRIPTION = "This package provides a client interface to the X Window \
4System, otherwise known as 'Xlib'. It provides a complete API for the \
5basic functions of the window system."
6
7require xorg-lib-common.inc
8
9FILESEXTRAPATHS =. "${FILE_DIRNAME}/libx11:"
10
11PE = "1"
12
13SRC_URI += "file://Fix-hanging-issue-in-_XReply.patch \
14 file://disable_tests.patch \
15 "
16
17SRC_URI[sha256sum] = "36c8f93b6595437c8cfbc9f08618bcb3041cbd303e140a0013f88e4c2977cb54"
18
19PROVIDES = "virtual/libx11"
20
21XORG_PN = "libX11"
22LICENSE = "MIT & MIT-style & BSD"
23LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7"
24
25DEPENDS += "xorgproto xtrans libxcb"
26DEPENDS += "xorgproto-native"
27
28EXTRA_OECONF += "--with-keysymdefdir=${STAGING_INCDIR}/X11/ --disable-xf86bigfont"
29EXTRA_OEMAKE += 'CWARNFLAGS=""'
30
31PACKAGECONFIG ??= "xcms"
32PACKAGECONFIG[xcms] = "--enable-xcms,--disable-xcms"
33
34# src/util/makekeys is built natively but needs -D_GNU_SOURCE defined.
35CPPFLAGS_FOR_BUILD += "-D_GNU_SOURCE"
36
37PACKAGES =+ "${PN}-xcb"
38
39inherit gettext
40
41FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB ${datadir}/X11/Xcms.txt"
42FILES_${PN}-xcb += "${libdir}/libX11-xcb.so.*"
43FILES_${PN}-locale += "${datadir}/X11/locale ${libdir}/X11/locale"
44
45BBCLASSEXTEND = "native nativesdk"