diff options
-rw-r--r-- | meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb new file mode 100644 index 0000000000..20cf45f06d --- /dev/null +++ b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | SUMMARY = "Xorg drivers for xrdp." | ||
2 | |||
3 | LICENSE = "X11" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a2523660329fdca3d954c0a87390e007 \ | ||
5 | " | ||
6 | |||
7 | inherit autotools pkgconfig | ||
8 | |||
9 | DEPENDS = "virtual/libx11 xserver-xorg xrdp nasm-native" | ||
10 | |||
11 | SRC_URI = "git://github.com/neutrinolabs/xorgxrdp.git \ | ||
12 | " | ||
13 | |||
14 | SRCREV = "c122544f184d4031bbae1ad80fbab554c34a9427" | ||
15 | |||
16 | PV = "0.2.5+git${SRCPV}" | ||
17 | |||
18 | S = "${WORKDIR}/git" | ||
19 | |||
20 | FILES_${PN} += "${libdir}/xorg/modules/*" | ||
21 | |||
22 | INSANE_SKIP_${PN} += "xorg-driver-abi" | ||