Commit c05fa2f
committed
Make package installation on Linux optional
Xamarin.Android needs a number of packages to be installed on Linux
in order to build properly. The makefile provides support for that but
it requires using `sudo` to invoke the package installer. That may not
be desired on build bots and so this commit makes package installation
optional. In order to avoid package installation invoke make like so:
make NO_SUDO=true prepare
In this mode the makefile will merely report the installation status of
all the dependency packages instead of installing them.1 parent b184649 commit c05fa2f
1 file changed
Lines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
| 89 | + | |
87 | 90 | | |
| 91 | + | |
88 | 92 | | |
89 | 93 | | |
| 94 | + | |
90 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
91 | 117 | | |
92 | 118 | | |
93 | 119 | | |
| |||
0 commit comments