15 lines
254 B
Plaintext
15 lines
254 B
Plaintext
menuconfig BR2_PACKAGE_PIXMAN
|
|
bool "pixman"
|
|
help
|
|
Cairo pixel manager
|
|
|
|
http://cairographics.org/releases/
|
|
|
|
if BR2_PACKAGE_PIXMAN
|
|
|
|
config BR2_PACKAGE_PIXMAN_USE_PREBUILT
|
|
bool "use prebuilt binary instead of building from source"
|
|
default y
|
|
|
|
endif
|