diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2019-04-04 16:26:59 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-04-06 08:22:22 -0700 |
commit | 44725208afee4603c71162240fd23638cb04135d (patch) | |
tree | 433e9af45c6ac17eae1981b36638d864e88f8a8d | |
parent | 0041b8da7ea37fd375e77a6edfb234a21b4c2326 (diff) | |
download | meta-openembedded-44725208afee4603c71162240fd23638cb04135d.tar.gz |
libvncserver: enable split client/server packages
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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" | |||
25 | PACKAGECONFIG[sdl] = "-DWITH_SDL=ON,-DWITH_SDL=OFF,libsdl2" | 25 | PACKAGECONFIG[sdl] = "-DWITH_SDL=ON,-DWITH_SDL=OFF,libsdl2" |
26 | PACKAGECONFIG[zlib] = "-DWITH_ZLIB=ON,-DWITH_ZLIB=OFF,zlib" | 26 | PACKAGECONFIG[zlib] = "-DWITH_ZLIB=ON,-DWITH_ZLIB=OFF,zlib" |
27 | 27 | ||
28 | PACKAGE_BEFORE_PN = "libvncclient" | ||
29 | FILES_libvncclient = "${libdir}/libvncclient.*" | ||
30 | |||
28 | inherit cmake | 31 | inherit cmake |
29 | 32 | ||
30 | SRC_URI = "git://github.com/LibVNC/libvncserver" | 33 | SRC_URI = "git://github.com/LibVNC/libvncserver" |