Skip to content

Commit

Permalink
build: Require bubblewrap 0.8.0
Browse files Browse the repository at this point in the history
This lets us use its new features unconditionally.

Signed-off-by: Simon McVittie <[email protected]>
  • Loading branch information
smcv committed Mar 24, 2023
1 parent 0e3e646 commit 4650179
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
-Dgtkdoc=disabled \
-Dhttp_backend=curl \
-Dinternal_checks=true \
-Dsystem_bubblewrap=bwrap \
-Dsystem_dbus_proxy=xdg-dbus-proxy \
${NULL+}
env:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ AC_INIT([Flatpak],
[http:https://flatpak.org/])

GLIB_REQS=2.46
SYSTEM_BWRAP_REQS=0.5.0
SYSTEM_BWRAP_REQS=0.8.0
SYSTEM_DBUS_PROXY_REQS=0.1.0
OSTREE_REQS=2020.8

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if '@0@.@1@.@2@@3@'.format(
endif

required_glib = '2.46'
required_bwrap = '0.5.0'
required_bwrap = '0.8.0'
required_dbus_proxy = '0.1.0'
required_libostree = '2020.8'

Expand Down

0 comments on commit 4650179

Please sign in to comment.