summaryrefslogtreecommitdiffstats
path: root/rules/cairomm.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-10-17 14:04:42 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-10-17 14:04:42 +0000
commit8e04bc64bed672ec427b2b996d4cff0cbdb9789f (patch)
treebbe3571b4a4cf53e93d1717f5090c24d41bb940f /rules/cairomm.in
parent3a42c2c9e80ac5e5c6915e2fd7d30343fd7a1109 (diff)
downloadptxdist-8e04bc64bed672ec427b2b996d4cff0cbdb9789f.tar.gz
ptxdist-8e04bc64bed672ec427b2b996d4cff0cbdb9789f.tar.xz
* gtkmm: added gtkmm plus dependencies
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7444 33e552b5-05e3-0310-8538-816dae2090ed
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.
+