mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 08:51:08 +00:00
b355897f53
+ document x86emu move from os -> libports Fixes #456
35 lines
765 B
Plaintext
35 lines
765 B
Plaintext
|
|
##
|
|
## Optional repositories
|
|
##
|
|
|
|
#
|
|
# Ports of popular open-source libraries and the C library.
|
|
#
|
|
# Make sure to execute 'make prepare' in 'libports' prior building.
|
|
#
|
|
#REPOSITORIES += $(GENODE_DIR)/libports
|
|
|
|
#
|
|
# Qt4 tool kit
|
|
#
|
|
# The 'qt4' repository depends on 'libc' and 'libports'
|
|
# Make sure to execute 'make prepare' in 'qt4' prior building.
|
|
#
|
|
#REPOSITORIES += $(GENODE_DIR)/qt4
|
|
|
|
#
|
|
# 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.
|
|
#
|
|
#REPOSITORIES += $(GENODE_DIR)/ports
|
|
|
|
#
|
|
# High-level Genode-specific services and applications
|
|
#
|
|
# The 'gems' repository depends on 'libc', 'libports', and 'qt4'.
|
|
#
|
|
#REPOSITORIES += $(GENODE_DIR)/gems
|