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 231b4ee
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions org.flatpak.Builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,20 @@
"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",
"-Dselinux_module=disabled",
"-Dsystem_bubblewrap=bwrap",
"-Dsystem_dbus_proxy=xdg-dbus-proxy",
"-Dsystem_install_dir=/var/lib/flatpak"
],
"cleanup": [
"/etc/profile.d",
Expand Down

0 comments on commit 231b4ee

Please sign in to comment.