From c5ea5f0c7e1996293d69a6b6e1497537a10402a5 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Wed, 30 Mar 2016 16:17:18 +0300 Subject: [PATCH] telephaty-glib:add dep --- network/chat/telepathy-glib/actions.py | 6 +++--- network/chat/telepathy-glib/pspec.xml | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) 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