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

config CAIROMM
	tristate
	select CAIRO
	select 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.