diff --git a/network/chat/telepathy-glib/actions.py b/network/chat/telepathy-glib/actions.py
index e06074d137..7f6a29f405 100644
--- a/network/chat/telepathy-glib/actions.py
+++ b/network/chat/telepathy-glib/actions.py
@@ -11,9 +11,9 @@ from pisi.actionsapi import get
def setup():
- autotools.configure("--disable-static \
- --enable-vala-bindings \
- --enable-introspection")
+ autotools.configure("--prefix=/usr \
+ --disable-static \
+ --enable-vala-bindings")
def build():
autotools.make()
diff --git a/network/chat/telepathy-glib/pspec.xml b/network/chat/telepathy-glib/pspec.xml
index 8ea2dd6bc7..5b74918fa5 100644
--- a/network/chat/telepathy-glib/pspec.xml
+++ b/network/chat/telepathy-glib/pspec.xml
@@ -56,6 +56,9 @@
Development files for telepathy-glib
telepathy-glib
+ dbus-devel
+ glib2-devel
+ dbus-glib-devel
/usr/include
@@ -66,7 +69,7 @@
- 2015-11-20
+ 2016-03-30
0.24.1
First release
Alihan Öztürk