mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 05:53:30 +08:00
b392b3926c
[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/
|