From a7715486507e75e4a7cee843a48067b15595defa Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Wed, 13 Feb 2019 16:51:50 -0800 Subject: Initial commit of intel repository Signed-off-by: Ed Tanous --- .../libvncserver/libvncserver_%.bbappend | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta-openbmc-mods/meta-common/recipes-graphics/libvncserver/libvncserver_%.bbappend (limited to 'meta-openbmc-mods/meta-common/recipes-graphics/libvncserver') diff --git a/meta-openbmc-mods/meta-common/recipes-graphics/libvncserver/libvncserver_%.bbappend b/meta-openbmc-mods/meta-common/recipes-graphics/libvncserver/libvncserver_%.bbappend new file mode 100644 index 000000000..ddbb2d7ae --- /dev/null +++ b/meta-openbmc-mods/meta-common/recipes-graphics/libvncserver/libvncserver_%.bbappend @@ -0,0 +1,21 @@ +PACKAGECONFIG_remove = "gcrypt gnutls png sdl zlib" + +TARGET_CXXFLAGS += " -Dflto" + +do_install_append() { + rm -rf ${D}${libdir}/libvncclient* +} + +inherit cmake + +# Use the latest to support obmc-ikvm +DEPENDS += "openssl" +SRC_URI = "git://github.com/LibVNC/libvncserver" +SRCREV = "3348a7e42e86dfb98dd7458ad29def476cf6096f" +S = "${WORKDIR}/git" + +# Remove x11 and gtk+ that cause big image size +# Actually, these aren't needed to support obmc-ikvm +REQUIRED_DISTRO_FEATURES_remove = "x11" +DEPENDS_remove = "gtk+" +RDEPENDS_${PN}_remove = "gtk+" -- cgit v1.2.3