summaryrefslogtreecommitdiff
path: root/package/libgdiplus/Config.in
blob: 68625031e265ca40e55b8d8e370d9aaa79f3106b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
	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_PACKAGE_XORG7
	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS