lirc and opencv

This commit is contained in:
suvari
2017-09-22 17:53:47 +03:00
parent 98ed077d5a
commit a29c6e2f73
3 changed files with 7 additions and 5 deletions
+2 -1
View File
@@ -11,6 +11,7 @@ from pisi.actionsapi import get
#WorkDir = "lirc-%s" % get.srcVERSION().replace("_", "-")
def setup():
autotools.autoreconf("-fi")
autotools.configure("--localstatedir=/run \
--enable-sandboxed \
--with-systemdsystemunitdir=no \
@@ -22,7 +23,7 @@ def setup():
--with-x \
--with-driver=userspace \
--with-syslog=LOG_DAEMON")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():