Browse Source

Merge branch 'v1.17-dev'

reviewable/pr6265/r2
Anthony Bilinski 5 years ago
parent
commit
98dea9aeac
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 12
      flatpak/io.github.qtox.qTox.json

12
flatpak/io.github.qtox.qTox.json

@ -45,11 +45,7 @@ @@ -45,11 +45,7 @@
"build-options": {
"no-debuginfo": true
},
"cleanup": [
"/bin",
"/lib",
"/man"
],
"cleanup": [ '*' ],
"sources": [
{
"type": "archive",
@ -107,7 +103,11 @@ @@ -107,7 +103,11 @@
{
"name": "c-toxcore",
"buildsystem": "cmake-ninja",
"config-opts": ["-DBOOTSTRAP_DAEMON=OFF"],
"config-opts": [
"-DDHT_BOOTSTRAP=OFF",
"-DBOOTSTRAP_DAEMON=OFF",
"-DENABLE_STATIC=OFF"
],
"sources": [
{
"type": "git",

Loading…
Cancel
Save