libv4l:ver.bump
This commit is contained in:
@@ -11,10 +11,17 @@ from pisi.actionsapi import get
|
|||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
#autotools.autoreconf("-vfi")
|
#autotools.autoreconf("-vfi")
|
||||||
autotools.configure("--disable-static \
|
options = "--disable-static \
|
||||||
--disable-rpath")
|
--disable-rpath \
|
||||||
|
"
|
||||||
|
|
||||||
|
if get.buildTYPE() == "emul32":
|
||||||
|
options += "--disable-qv4l2"
|
||||||
|
|
||||||
|
|
||||||
|
autotools.configure(options)
|
||||||
|
|
||||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||||
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
|
|||||||
Reference in New Issue
Block a user