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

config CAIROMM
	tristate
	prompt "cairomm                       "
	select LIBC_DL
	select GCCLIBS_CXX
	select GCCLIBS_GCC_S
	select CAIRO
	select LIBSIGCPP
	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.