fix deps for pulseaudio

lirc left.
This commit is contained in:
Ertuğrul Erata
2015-07-08 12:53:44 +03:00
parent 7b57d439d4
commit ee19cd1858
15 changed files with 355 additions and 5 deletions
+3
View File
@@ -4,10 +4,13 @@
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure("--disable-static")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
+2 -2
View File
@@ -48,9 +48,9 @@
<Package>
<Name>orc-devel</Name>
<Summary>orc için geliştirme dosyaları</Summary>
<RunTimeDependencies>
<RuntimeDependencies>
<Dependency release="current">orc</Dependency>
</RunTimeDependencies>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>