blob: 460fb1c91d3957970fc731aada312875e6db0c78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
# Configuration for https://lgtm.com
extraction:
cpp:
prepare:
packages:
- autoconf
- automake
- autopoint
- clang
- dbus
- dbus-x11
- dnsmasq
- git
- gobject-introspection
- gtk-doc-tools
- intltool
- iproute2
- iptables
- libaudit-dev
- libcurl4-gnutls-dev
- libdbus-1-dev
- libgirepository1.0-dev
- libglib2.0-dev
- libglib2.0-doc
- libgnutls28-dev
- libiw-dev
- libjansson-dev
- libjansson4
- libmm-glib-dev
- libndp-dev
- libnewt-dev
- libnss3-dev
- libpolkit-gobject-1-dev
- libreadline-dev
- libsystemd-dev
- libteam-dev
- libtool
- libudev-dev
- locales
- make
- meson
- mobile-broadband-provider-info
- pkg-config
- ppp
- ppp-dev
- python-dbus
- python-gi
- python-setuptools
- python3-dbus
- python3-gi
- python3-pip
- python3-setuptools
- udev
configure:
command:
- ./autogen.sh
|