|
@@ -15,6 +15,10 @@ LIBVNCSERVER_CONFIG_SCRIPTS = libvncserver-config
|
|
# only used for examples
|
|
# only used for examples
|
|
LIBVNCSERVER_CONF_OPT += --with-sdl-config=/bin/false
|
|
LIBVNCSERVER_CONF_OPT += --with-sdl-config=/bin/false
|
|
|
|
|
|
|
|
+ifneq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
|
|
|
|
+LIBVNCSERVER_CONF_OPT += --without-pthread
|
|
|
|
+endif
|
|
|
|
+
|
|
ifneq ($(BR2_INET_IPV6),y)
|
|
ifneq ($(BR2_INET_IPV6),y)
|
|
LIBVNCSERVER_CONF_OPT += --without-ipv6
|
|
LIBVNCSERVER_CONF_OPT += --without-ipv6
|
|
endif
|
|
endif
|