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 1c902a2
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions org.flatpak.Builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,18 @@
"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",
"-Dsystem_bubblewrap=bwrap",
"-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 1c902a2

Please sign in to comment.