summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.11.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.11.bb b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.11.bb
index 457d721699..38dac06e64 100644
--- a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.11.bb
+++ b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.11.bb
@@ -12,7 +12,9 @@ PACKAGECONFIG[systemd] = ",,systemd"
12 12
13RDEPENDS_${PN} += "libpng gtk+ libgcrypt" 13RDEPENDS_${PN} += "libpng gtk+ libgcrypt"
14 14
15inherit autotools binconfig pkgconfig 15inherit distro_features_check autotools binconfig pkgconfig
16
17REQUIRED_DISTRO_FEATURES = "x11"
16 18
17SRC_URI = "https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${PV}.tar.gz" 19SRC_URI = "https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${PV}.tar.gz"
18SRC_URI[md5sum] = "7f06104d5c009813e95142932c4ddb06" 20SRC_URI[md5sum] = "7f06104d5c009813e95142932c4ddb06"