telepathy-logger:add dep

This commit is contained in:
alihanozturk
2016-03-30 20:36:36 +03:00
parent 2e84b3f6d3
commit b69a0e35ca
2 changed files with 6 additions and 7 deletions
+3 -5
View File
@@ -11,11 +11,9 @@ from pisi.actionsapi import get
def setup(): def setup():
#autotools.autoreconf("-vfi") #autotools.autoreconf("-vfi")
autotools.configure("--disable-static \ autotools.configure("--prefix=/usr \
--libexecdir=/usr/lib \ --libexecdir=/usr/lib/telepathy \
--enable-call \ --disable-static")
--enable-shared \
--with-gconf-schema-file-dir=/etc/gconf/schemas")
def build(): def build():
autotools.make("-j1") autotools.make("-j1")
+2 -1
View File
@@ -57,6 +57,7 @@
<RuntimeDependencies> <RuntimeDependencies>
<Dependency release="current">telepathy-logger</Dependency> <Dependency release="current">telepathy-logger</Dependency>
<Dependency>telepathy-glib-devel</Dependency> <Dependency>telepathy-glib-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="header">/usr/include</Path> <Path fileType="header">/usr/include</Path>
@@ -66,7 +67,7 @@
<History> <History>
<Update release="1"> <Update release="1">
<Date>2015-11-22</Date> <Date>2016-03-30</Date>
<Version>0.8.2</Version> <Version>0.8.2</Version>
<Comment>First release</Comment> <Comment>First release</Comment>
<Name>Alihan Öztürk</Name> <Name>Alihan Öztürk</Name>