Skip to content

Commit

Permalink
flatpak: Switch to meson
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Jan 13, 2025
1 parent 3be590b commit 0a1f880
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions org.flatpak.Builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,17 @@
"modules": [
{
"name": "flatpak",
"buildsystem": "meson",
"config-opts": [
"--disable-documentation",
"--disable-seccomp",
"--disable-sandboxed-triggers",
"--disable-system-helper",
"--with-system-install-dir=/var/lib/flatpak"
"-Ddocbook_docs=disabled",
"-Dgtkdoc=disabled",
"-Dman=disabled",
"-Dtests=false",
"-Dmalcontent=disabled",
"-Dseccomp=disabled",
"-Dsandboxed_triggers=false",
"-Dsystem_helper=disabled",
"-Dsystem_install_dir=/var/lib/flatpak"
],
"cleanup": [
"/etc/profile.d",
Expand Down

0 comments on commit 0a1f880

Please sign in to comment.