Commit 887952db authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: vncserver depends on gcrypt, jpeg and png

Thanks funman and thresh for the heads-up

We don't use jpeg-turbo though...
parent 2656d893
......@@ -18,6 +18,8 @@ vncserver: LibVNCServer-$(VNCSERVER_VERSION).tar.gz .sum-vncserver
$(APPLY) $(SRC)/vncserver/libvncclient-libjpeg-win32.patch
$(MOVE)
DEPS_vncserver = gcrypt $(DEPS_gcrypt) jpeg $(DEPS_jpeg) png $(DEPS_png)
.vncserver: vncserver
cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && $(MAKE) -C libvncclient install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment