Skip to content

Commit

Permalink
flatpak-builder: Switch to meson
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Jan 15, 2025
1 parent 99e04e5 commit dda714b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions org.flatpak.Builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,20 @@
},
{
"name": "flatpak-builder",
"buildsystem": "meson",
"config-opts": [
"--with-system-debugedit",
"--with-fuse=2"
"-Ddocs=disabled",
"-Dtests=false",
"-Dinstalled_tests=false",
"-Dfuse=2"
],
"sources": [
{
"type": "git",
"url": "https://github.com/flatpak/flatpak-builder",
"tag": "1.4.4",
"commit": "f996a7949076ef1dc85c602da85b981b0a173a23",
"disable-submodules": true,
"x-checker-data": {
"type": "git",
"tag-pattern": "^([\\d.]+)$"
Expand Down

0 comments on commit dda714b

Please sign in to comment.