mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 06:45:15 +00:00
xorgxrdp: new add
Add a new recipe xorgxrdp_0.2.5.bb. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
07480f1a42
commit
5e4dfb7ee6
22
meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb
Normal file
22
meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb
Normal file
@ -0,0 +1,22 @@
|
||||
SUMMARY = "Xorg drivers for xrdp."
|
||||
|
||||
LICENSE = "X11"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a2523660329fdca3d954c0a87390e007 \
|
||||
"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
DEPENDS = "virtual/libx11 xserver-xorg xrdp nasm-native"
|
||||
|
||||
SRC_URI = "git://github.com/neutrinolabs/xorgxrdp.git \
|
||||
"
|
||||
|
||||
SRCREV = "c122544f184d4031bbae1ad80fbab554c34a9427"
|
||||
|
||||
PV = "0.2.5+git${SRCPV}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
FILES_${PN} += "${libdir}/xorg/modules/*"
|
||||
|
||||
INSANE_SKIP_${PN} += "xorg-driver-abi"
|
||||
Loading…
x
Reference in New Issue
Block a user