polkit rebuild

This commit is contained in:
Rmys
2021-05-01 13:48:12 +03:00
committed by GitHub
parent 4cd5f26b52
commit f6984e25ee
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@ def setup():
autotools.autoreconf("-fiv") autotools.autoreconf("-fiv")
autotools.configure("--with-pam-module-dir=/lib/security/ \ autotools.configure("--with-pam-module-dir=/lib/security/ \
--with-os-type=pardus \ --with-os-type=pardus \
--with-mozjs=mozjs-68 \
--with-duktape \ --with-duktape \
--with-dbus \ --with-dbus \
--enable-examples \ --enable-examples \
+1
View File
@@ -41,6 +41,7 @@
<RuntimeDependencies> <RuntimeDependencies>
<Dependency release="current">polkit</Dependency> <Dependency release="current">polkit</Dependency>
<Dependency>glib2-devel</Dependency> <Dependency>glib2-devel</Dependency>
<Dependency>duktape</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="header">/usr/include</Path> <Path fileType="header">/usr/include</Path>