From 44725208afee4603c71162240fd23638cb04135d Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Thu, 4 Apr 2019 16:26:59 -0400 Subject: libvncserver: enable split client/server packages Signed-off-by: Brad Bishop Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-oe/recipes-graphics/libvncserver') diff --git a/meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb b/meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb index 88a859ba2f..6a806ffbaf 100644 --- a/meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb +++ b/meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb @@ -25,6 +25,9 @@ PACKAGECONFIG[systemd] = "-DWITH_SYSTEMD=ON,-DWITH_SYSTEMD=OFF,systemd" PACKAGECONFIG[sdl] = "-DWITH_SDL=ON,-DWITH_SDL=OFF,libsdl2" PACKAGECONFIG[zlib] = "-DWITH_ZLIB=ON,-DWITH_ZLIB=OFF,zlib" +PACKAGE_BEFORE_PN = "libvncclient" +FILES_libvncclient = "${libdir}/libvncclient.*" + inherit cmake SRC_URI = "git://github.com/LibVNC/libvncserver" -- cgit 1.2.3-korg