diff options
-rw-r--r-- | meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb | 9 |
1 files changed, 5 insertions, 4 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 index 0c779b5fd9..9355379840 100644 --- a/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb +++ b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb | |||
@@ -1,15 +1,16 @@ | |||
1 | SUMMARY = "Xorg drivers for xrdp." | 1 | SUMMARY = "Xorg drivers for xrdp." |
2 | 2 | ||
3 | LICENSE = "X11" | 3 | LICENSE = "X11" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a2523660329fdca3d954c0a87390e007 \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a2523660329fdca3d954c0a87390e007" |
5 | " | ||
6 | 5 | ||
7 | inherit autotools pkgconfig | 6 | inherit autotools pkgconfig |
8 | 7 | ||
9 | DEPENDS = "virtual/libx11 xserver-xorg xrdp nasm-native" | 8 | DEPENDS = "virtual/libx11 xserver-xorg xrdp nasm-native" |
10 | 9 | ||
11 | SRC_URI = "git://github.com/neutrinolabs/xorgxrdp.git \ | 10 | inherit distro_features_check |
12 | " | 11 | REQUIRED_DISTRO_FEATURES = "x11" |
12 | |||
13 | SRC_URI = "git://github.com/neutrinolabs/xorgxrdp.git" | ||
13 | 14 | ||
14 | SRCREV = "c122544f184d4031bbae1ad80fbab554c34a9427" | 15 | SRCREV = "c122544f184d4031bbae1ad80fbab554c34a9427" |
15 | 16 | ||