summaryrefslogtreecommitdiffstats
path: root/rules/host-cairomm.in
blob: 0a9525aa669dd5fe6d1937d5206b240ea21e5f16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=host_gtk

config HOST_CAIROMM
	tristate
	select HOST_CAIRO
	select HOST_LIBSIGCPP
	prompt "cairomm"
	help
	  cairomm is a C++ wrapper for the cairo graphics library. It offers all
	  the power of cairo with an interface familiar to C++ developers,
	  including use of the Standard Template Library where it makes sense.