summaryrefslogtreecommitdiffstats
path: root/rules/cairomm.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/cairomm.in')
-rw-r--r--rules/cairomm.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/cairomm.in b/rules/cairomm.in
new file mode 100644
index 000000000..0f92ca49d
--- /dev/null
+++ b/rules/cairomm.in
@@ -0,0 +1,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.
+