mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 06:45:32 +01:00
angstrom-layers: add libxext and libxrender into meta-openembedded
* this is needed for the OE gtk+ Signed-off-by: Koen Kooi <k-kooi@ti.com>
This commit is contained in:
parent
19982af6c8
commit
248af66f64
12
recipes-graphics/xorg-lib/libxext_1.2.0.bb
Normal file
12
recipes-graphics/xorg-lib/libxext_1.2.0.bb
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
require xorg-lib-common.inc
|
||||
DESCRIPTION = "X11 miscellaneous extension library"
|
||||
DEPENDS += "xproto virtual/libx11 xextproto libxau"
|
||||
PE = "1"
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
SRC_URI[archive.md5sum] = "9bb236ff0193e9fc1c1fb504dd840331"
|
||||
SRC_URI[archive.sha256sum] = "4aed3e211e41c47908c293515580e731c26048f61a1212bf0888d1f456de6ff7"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
XORG_PN = "libXext"
|
||||
13
recipes-graphics/xorg-lib/libxrender_0.9.6.bb
Normal file
13
recipes-graphics/xorg-lib/libxrender_0.9.6.bb
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
require xorg-lib-common.inc
|
||||
DESCRIPTION = "X11 Rendering Extension client library"
|
||||
LICENSE = "BSD-X"
|
||||
DEPENDS += "virtual/libx11 renderproto xproto libxdmcp"
|
||||
PE = "1"
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
SRC_URI[archive.md5sum] = "3b3b7d076c2384b6c600c0b5f4ba971f"
|
||||
SRC_URI[archive.sha256sum] = "7f58b1e263109e0a873eef8423aa14733a5499befbe645053aa622ed1f3ea668"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
XORG_PN = "libXrender"
|
||||
17
recipes-graphics/xorg-lib/xorg-lib-common.inc
Normal file
17
recipes-graphics/xorg-lib/xorg-lib-common.inc
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
HOMEPAGE = "http://www.x.org"
|
||||
BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
|
||||
|
||||
SECTION = "x11/libs"
|
||||
LICENSE = "MIT-X"
|
||||
DEPENDS = "util-macros"
|
||||
|
||||
XORG_PN = "${BPN}"
|
||||
INC_PR = "r9"
|
||||
|
||||
SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2"
|
||||
|
||||
S = "${WORKDIR}/${XORG_PN}-${PV}"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--enable-malloc0returnsnull"
|
||||
Loading…
Reference in New Issue
Block a user