package libvnc and sdl_vnc

Fixes #206
This commit is contained in:
Alexander Boettcher
2020-04-21 15:58:09 +02:00
committed by Norman Feske
parent 765f547140
commit 3e1635dfda
14 changed files with 174 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
MIRROR_FROM_REP_DIR := lib/symbols/vncclient \
lib/import/import-vncclient.mk
content: $(MIRROR_FROM_REP_DIR) include LICENSE
$(MIRROR_FROM_REP_DIR):
$(mirror_from_rep_dir)
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/libvnc)
include:
mkdir -p $@/rfb
cp -r $(REP_DIR)/include/libvnc/* $@/.
cp -r $(PORT_DIR)/src/lib/vnc/rfb/*.h $@/rfb/.
LICENSE:
cp $(PORT_DIR)/src/lib/vnc/README LICENSE

1
recipes/api/libvnc/hash Normal file
View File

@@ -0,0 +1 @@
2020-04-21 06bfe0c1397564b171907e1849ae115292543009