Skip to content

Commit 48328ab

Browse files
committed
build: Require bubblewrap 0.8.0
This lets us use its new features unconditionally. Signed-off-by: Simon McVittie <smcv@collabora.com>
1 parent 0e3e646 commit 48328ab

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
-Dgtkdoc=disabled \
7777
-Dhttp_backend=curl \
7878
-Dinternal_checks=true \
79-
-Dsystem_bubblewrap=bwrap \
8079
-Dsystem_dbus_proxy=xdg-dbus-proxy \
8180
${NULL+}
8281
env:

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ AC_INIT([Flatpak],
3030
[http://flatpak.org/])
3131

3232
GLIB_REQS=2.46
33-
SYSTEM_BWRAP_REQS=0.5.0
33+
SYSTEM_BWRAP_REQS=0.8.0
3434
SYSTEM_DBUS_PROXY_REQS=0.1.0
3535
OSTREE_REQS=2020.8
3636

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if '@0@.@1@.@2@@3@'.format(
3333
endif
3434

3535
required_glib = '2.46'
36-
required_bwrap = '0.5.0'
36+
required_bwrap = '0.8.0'
3737
required_dbus_proxy = '0.1.0'
3838
required_libostree = '2020.8'
3939

0 commit comments

Comments
 (0)