summaryrefslogtreecommitdiffstats
path: root/rules/cairomm.in
blob: 0f92ca49d6d89be82946e8439a79d69ce30ee11c (plain)
1
2
3
4
5
6
7
8
9
config CAIROMM
	bool
	select CAIRO
	prompt ""
	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.