disable-vala
This commit is contained in:
@@ -10,7 +10,7 @@ from pisi.actionsapi import get
|
|||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
autotools.configure("--disable-gtk-doc \
|
autotools.configure("--disable-gtk-doc \
|
||||||
--enable-vala \
|
--disable-vala \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--disable-dependency-tracking")
|
--disable-dependency-tracking")
|
||||||
@@ -23,4 +23,4 @@ def build():
|
|||||||
def install():
|
def install():
|
||||||
autotools.install()
|
autotools.install()
|
||||||
|
|
||||||
pisitools.dodoc("ABOUT-NLS", "AUTHORS", "COPYING", "MAINTAINERS", "NEWS", "README", "TODO")
|
pisitools.dodoc("ABOUT-NLS", "AUTHORS", "COPYING", "MAINTAINERS", "NEWS", "README", "TODO")
|
||||||
|
|||||||
Reference in New Issue
Block a user