Project

General

Profile

Bug #9739 » version2.patch

Steven Falco, 02/04/2022 09:35 PM

View differences:

manifest.json 2022-02-02 14:56:43.000000000 -0500 → manifest.json 2022-02-04 15:56:59.641772720 -0500
1 1
{
2 2
  "id" : "com.danplanet.chirp",
3 3
  "runtime" : "org.freedesktop.Platform",
4
  "runtime-version" : "19.08",
5
  "runtime-commit" : "b05888992f5d9e089bc3eb115d0b2998b394c84af1a001044844aac1b180a929",
4
  "runtime-version" : "21.08",
6 5
  "sdk" : "org.freedesktop.Sdk",
7
  "sdk-commit" : "ee4ecf9fbcf2de32d2c500e3c65e4460ada89ab91217e76a122c431cec63e54c",
8 6
  "command" : "chirpw",
9 7
  "modules" : [
10 8
    {
......
184 182
    },
185 183
    {
186 184
      "name" : "libxml2",
185
      "config-opts" : [
186
        "--with-python=/app"
187
      ],
187 188
      "sources" : [
188 189
        {
189 190
          "url" : "http://xmlsoft.org/sources/libxml2-2.9.9.tar.gz",
......
262 263
    "--share=network",
263 264
    "--device=all"
264 265
  ]
265
}
266
}
(2-2/3)