[Buildroot] [git commit branch/2020.05.x] package/libvncserver: disable gtk example

Peter Korsgaard peter at korsgaard.com
Wed Jul 22 07:15:44 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=22fe2e6847e919f7b594884804748d29f2b6fe8c
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2020.05.x

gtkvncviewer has been added since version 0.9.13 and
https://github.com/LibVNC/libvncserver/commit/2650cfc17bb7718e42bfff8510c15f011eda1b1f,
disable it as it is only an example

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit c89f62cec69a29b9f7441893b39d24e141fbe988)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/libvncserver/libvncserver.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libvncserver/libvncserver.mk b/package/libvncserver/libvncserver.mk
index 96dd51299c..23ab40b7eb 100644
--- a/package/libvncserver/libvncserver.mk
+++ b/package/libvncserver/libvncserver.mk
@@ -16,6 +16,7 @@ LIBVNCSERVER_CONF_OPTS = -DWITH_LZO=ON
 # only used for examples
 LIBVNCSERVER_CONF_OPTS += \
 	-DWITH_FFMPEG=OFF \
+	-DWITH_GTK=OFF \
 	-DWITH_SDL=OFF
 
 ifneq ($(BR2_TOOLCHAIN_HAS_THREADS),y)


More information about the buildroot mailing list