326b0f37d5
Libgdiplus is an open source implementation of the GDI+ API. [Thomas: remove trailing whitespace.] Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
22 lines
663 B
Plaintext
22 lines
663 B
Plaintext
config BR2_PACKAGE_LIBGDIPLUS
|
|
bool "libgdiplus"
|
|
select BR2_PACKAGE_XLIB_LIBXFT
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
select BR2_PACKAGE_CAIRO
|
|
select BR2_PACKAGE_LIBPNG
|
|
depends on BR2_PACKAGE_XORG7
|
|
depends on BR2_USE_WCHAR # libglib2 -> gettext
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
|
depends on BR2_USE_MMU # libglib2
|
|
depends on BR2_ARCH_HAS_ATOMICS # cairo
|
|
help
|
|
An Open Source implementation of the GDI+ API.
|
|
|
|
https://github.com/mono/libgdiplus
|
|
|
|
comment "libgdiplus needs a toolchain w/ wchar, threads"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_ARCH_HAS_ATOMICS
|
|
depends on BR2_PACKAGE_XORG7
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|