Unverified Kaydet (Commit) 829bf0d7 authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

NetworkManager eksikleri ile beraber derlendi.

üst 0dc8e476
......@@ -11,33 +11,36 @@ from inary.actionsapi import shelltools
def setup():
shelltools.system("grep -rl '^#!.*python$' | xargs sed -i '1s/python/&3/'")
mesontools.meson_configure("\
-Dlibaudit=yes \
-Dlibpsl=true \
-Dnmtui=true \
-Dovs=true \
-Ddbus_conf_dir=/usr/share/dbus-1/system.d \
-Dsession_tracking_consolekit=false \
-Dmodify_system=true \
-Dpolkit_agent=true \
-Dselinux=false \
-D config_plugins_default=keyfile \
-Diwd=true \
-Dpppd_plugin_dir=/usr/lib/pppd/2.4.7 \
-Dnm_cloud_setup=true \
-Dbluez5_dun=true \
-Debpf=true \
-Dvapi=true \
-Ddocs=true \
-Dmore_asserts=no \
-Dmore_logging=false \
-Dppp=true \
-Dselinux=false \
-Dudev_dir=/lib/udev \
-Dsession_tracking=elogind \
-Dmodem_manager=true \
-Dsystemdsystemunitdir=no \
-Dsystemd_journal=false \
-Dqt=false ")
-Dlibaudit=yes \
-Dlibpsl=true \
-Dnmtui=true \
-Dovs=true \
-Ddbus_conf_dir=/usr/share/dbus-1/system.d \
-Dsession_tracking_consolekit=false \
-Dmodify_system=true \
-Dpolkit_agent=true \
-Dselinux=false \
-D config_plugins_default=keyfile \
-Difupdown=true \
-Difcfg-rh=true \
-Diwd=true \
-Dpppd_plugin_dir=/usr/lib/pppd/2.4.7 \
-Dnm_cloud_setup=true \
-Dbluez5_dun=true \
-Debpf=true \
-Dvapi=true \
-Ddocs=true \
-Dmore_asserts=no \
-Dmore_logging=false \
-Dtests=no \
-Dppp=true \
-Dselinux=false \
-Dudev_dir=/lib/udev \
-Dsession_tracking=elogind \
-Dmodem_manager=true \
-Dsystemdsystemunitdir=no \
-Dsystemd_journal=false \
-Dqt=false ")
def build():
mesontools.ninja_build()
......
......@@ -16,14 +16,19 @@
<BuildDependencies>
<Dependency>libpsl-devel</Dependency>
<Dependency>jansson-devel</Dependency>
<Dependency>dnsmasq</Dependency>
<Dependency>dhcp-devel</Dependency>
<Dependency>ppp-devel</Dependency>
<Dependency>iputils</Dependency>
<Dependency>nss-devel</Dependency>
<Dependency>newt-devel</Dependency>
<Dependency>libnl-devel</Dependency>
<Dependency>iproute2</Dependency>
<Dependency>bluez-libs-devel</Dependency>
<Dependency>elogind-devel</Dependency>
<Dependency>iptables-devel</Dependency>
<Dependency>wpa_supplicant</Dependency>
<Dependency>mobile-broadband-provider-info</Dependency>
<Dependency>gobject-introspection</Dependency>
<Dependency>libndp-devel</Dependency>
<Dependency>libmm-glib-devel</Dependency>
......@@ -42,12 +47,18 @@
<Dependency>libpsl</Dependency>
<Dependency>nss</Dependency>
<Dependency>audit</Dependency>
<Dependency>iproute2</Dependency>
<Dependency>elogind</Dependency>
<Dependency>newt</Dependency>
<Dependency>dnsmasq</Dependency>
<Dependency>iputils</Dependency>
<Dependency>dhclient</Dependency>
<Dependency>ppp-devel</Dependency>
<Dependency>ppp</Dependency>
<Dependency>libnl</Dependency>
<Dependency>libsoup</Dependency>
<Dependency>libgudev</Dependency>
<Dependency>mobile-broadband-provider-info</Dependency>
<Dependency>bluez-libs</Dependency>
<Dependency>iproute2</Dependency>
<Dependency>iptables</Dependency>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment