2011-12-23 13:04:29 +00:00
|
|
|
|
|
|
|
##
|
|
|
|
## Optional repositories
|
|
|
|
##
|
|
|
|
|
|
|
|
#
|
2012-12-18 15:38:49 +00:00
|
|
|
# Ports of popular open-source libraries and the C library.
|
2011-12-23 13:04:29 +00:00
|
|
|
#
|
|
|
|
# Make sure to execute 'make prepare' in 'libports' prior building.
|
|
|
|
#
|
2014-05-07 09:48:19 +00:00
|
|
|
#REPOSITORIES += $(GENODE_DIR)/repos/libports
|
2011-12-23 13:04:29 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Qt4 tool kit
|
|
|
|
#
|
|
|
|
# The 'qt4' repository depends on 'libc' and 'libports'
|
|
|
|
# Make sure to execute 'make prepare' in 'qt4' prior building.
|
|
|
|
#
|
2014-05-07 09:48:19 +00:00
|
|
|
#REPOSITORIES += $(GENODE_DIR)/repos/qt4
|
2011-12-23 13:04:29 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Ports of popular 3rd-party applications
|
|
|
|
#
|
|
|
|
# The 'ports' repository depends on 'libc', 'libports', and 'qt4'.
|
|
|
|
# Make sure to execute 'make prepare' in 'ports' prior building.
|
|
|
|
#
|
2014-05-07 09:48:19 +00:00
|
|
|
#REPOSITORIES += $(GENODE_DIR)/repos/ports
|
2011-12-23 13:04:29 +00:00
|
|
|
|
2013-11-26 11:14:29 +00:00
|
|
|
#
|
|
|
|
# Ports of the Linux TCP/IP stack and Linux drivers (USB) from the Linux kernel
|
|
|
|
#
|
2014-05-07 09:48:19 +00:00
|
|
|
#REPOSITORIES += $(GENODE_DIR)/repos/dde_linux
|
2013-11-26 11:14:29 +00:00
|
|
|
|
2014-02-24 08:55:10 +00:00
|
|
|
#
|
|
|
|
# NetBSD file-system support
|
|
|
|
#
|
2014-05-07 09:48:19 +00:00
|
|
|
#REPOSITORIES += $(GENODE_DIR)/repos/dde_rump
|
2014-02-24 08:55:10 +00:00
|
|
|
|
2011-12-23 13:04:29 +00:00
|
|
|
#
|
|
|
|
# High-level Genode-specific services and applications
|
|
|
|
#
|
|
|
|
# The 'gems' repository depends on 'libc', 'libports', and 'qt4'.
|
|
|
|
#
|
2014-05-07 09:48:19 +00:00
|
|
|
#REPOSITORIES += $(GENODE_DIR)/repos/gems
|