pkgconfig rebuild

This commit is contained in:
idriskalp
2019-12-26 15:59:07 +03:00
parent 119b1790c9
commit 22fc929192
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ from pisi.actionsapi import get
#WorkDir = "pkg-config-%s" % get.srcVERSION()
def setup():
autotools.configure("--with-pc-path=/usr/lib/pkgconfig:/usr/share/pkgconfig")
autotools.configure("--with-pc-path=/usr/lib/pkgconfig:/usr/share/pkgconfig --with-internal-glib")
def check():
autotools.make("check")