diff options
author | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-04-22 17:51:56 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-04-22 17:51:56 +0100 |
commit | b13eb77e05670367b99caa4d4cb6a9f24e9b15aa (patch) | |
tree | 606bc38100e55834da236c38bcc475a1d95b4aa7 /build | |
parent | 05cf570570879fe5d699a07ad19a27168b57c23b (diff) | |
download | clutter-b13eb77e05670367b99caa4d4cb6a9f24e9b15aa.tar.gz |
Add uprof to the jhbuild moduleset
Diffstat (limited to 'build')
-rw-r--r-- | build/clutter.modules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/clutter.modules b/build/clutter.modules index 3000d5bb5..a3e2fb20e 100644 --- a/build/clutter.modules +++ b/build/clutter.modules @@ -75,6 +75,12 @@ </dependencies> </autotools> + <autotools id="uprof"> + <branch repo="git.moblin.org" + module="uprof" + revision="master"/> + </autotools> + <autotools id="libccss" autogenargs="--without-rsvg --without-soup --disable-ccss-cairo --disable-ccss-gtk --disable-examples"> <branch repo="git.freedesktop.org" module="ccss" |