summaryrefslogtreecommitdiffstats
path: root/rules/cairomm.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-01-16 21:00:03 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-01-16 21:00:03 +0100
commit439bc8d43504d38657b22b5eb9c7936e90e2d49e (patch)
tree6c1aa468e2a2881e5eb4ddfdf44d11f8822e7e4e /rules/cairomm.in
parentbcb18a7a90f9d1c42bf556fb2b5085f0a9551bb7 (diff)
downloadptxdist-439bc8d43504d38657b22b5eb9c7936e90e2d49e.tar.gz
ptxdist-439bc8d43504d38657b22b5eb9c7936e90e2d49e.tar.xz
[cairomm] add missing dependencies
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/cairomm.in')
-rw-r--r--rules/cairomm.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/rules/cairomm.in b/rules/cairomm.in
index a115b54d8..190d7796c 100644
--- a/rules/cairomm.in
+++ b/rules/cairomm.in
@@ -2,9 +2,12 @@
config CAIROMM
tristate
+ prompt "cairomm "
+ select LIBC_DL
+ select GCCLIBS_CXX
+ select GCCLIBS_GCC_S
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,