mirror of
https://github.com/godotengine/buildroot.git
synced 2025-12-31 09:48:56 +03:00
[Thomas:
- Add BR2_USE_MMU dependency, since fork() is used.
- Put <pkg>_SOURCE next to <pkg>_VERSION and <pkg>_SITE.
- Improve comment about why autoreconf is needed.
- Change the location in menuconfig of the package, "Networking
applications" didn't seem like an appropriate location.]
Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 lines
216 B
Plaintext
9 lines
216 B
Plaintext
config BR2_PACKAGE_IJS
|
|
bool "ijs"
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
The IJS package contains a library which implements a
|
|
protocol for transmission of raster page images.
|
|
|
|
http://www.openprinting.org/
|