diff --git a/network/chat/telepathy-mission-control/actions.py b/network/chat/telepathy-mission-control/actions.py
index bda1a3c00c..5607695ab6 100644
--- a/network/chat/telepathy-mission-control/actions.py
+++ b/network/chat/telepathy-mission-control/actions.py
@@ -10,17 +10,10 @@ from pisi.actionsapi import get
def setup():
autotools.configure("--prefix=/usr \
- --disable-static \
- --libexecdir=/usr/lib/telepathy \
- --with-connectivity=nm \
- --with-pic \
--enable-gtk-doc \
--disable-upower \
- --disable-static \
- --disable-schemas-compile")
+ --disable-static")
- pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
-
def build():
autotools.make()
diff --git a/network/chat/telepathy-mission-control/pspec.xml b/network/chat/telepathy-mission-control/pspec.xml
index c097359dd6..33986478cd 100644
--- a/network/chat/telepathy-mission-control/pspec.xml
+++ b/network/chat/telepathy-mission-control/pspec.xml
@@ -23,6 +23,7 @@
gtk-doc
NetworkManager-devel
docbook-xsl
+ libaccounts-glib-devel
@@ -34,6 +35,7 @@
dbus-glib
NetworkManager
telepathy-glib
+ libaccounts-glib
/usr/bin
@@ -63,7 +65,7 @@
- 2015-11-22
+ 2016-03-30
5.16.3
First release
Alihan Öztürk