diff --git a/buildout.cfg b/buildout.cfg
index b762cdf06bae14b50c47030648aa098f68953341..989ccaec7c66687630385598de065c861d90bc0a 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -3,16 +3,22 @@
 ; Mon 16 Apr 08:29:18 2012 CEST
 
 [buildout]
-parts = external tests python
+parts = environment external tests python
 develop = .
 eggs = bob
-       gridtk
        flandmark
 newest = false
 
+; Path to Bob's root - No need setting this if Bob is installed centrally
+bob = /idiap/group/torch5spro/nightlies/last/install/install/linux-x86_64-release
+
+[environment]
+recipe = collective.recipe.environment
+PKG_CONFIG_PATH = ${buildout:bob}/lib/pkgconfig
+
 [external]
 recipe = xbob.buildout:external
-egg-directories = /idiap/group/torch5spro/nightlies/last/install/linux-x86_64-release/lib
+egg-directories = ${buildout:bob}/lib
 
 [tests]
 recipe = xbob.buildout:nose