Skip to content

Commit 62cddf3

Browse files
committed
Revert "[dbus-broker] pin meson to 1.7.2 for now (#13286)"
This reverts commit 57fcdcd. mesonbuild/meson#14533 was addressed so it should be fine to keep rolling forward again.
1 parent da25e20 commit 62cddf3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

projects/dbus-broker/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ if [[ "$SANITIZER" == undefined ]]; then
5454
MESON_CXXFLAGS+=" $UBSAN_FLAGS"
5555
fi
5656

57-
# meson is pinned to get around https://github.com/mesonbuild/meson/issues/14533
58-
pip3 install meson==1.7.2 ninja
57+
pip3 install meson ninja
5958

6059
if ! CFLAGS="$MESON_CFLAGS" CXXFLAGS="$MESON_CXXFLAGS" LDFLAGS="$MESON_LDFLAGS" meson -Db_lundef=false -Dlauncher=false build; then
6160
cat build/meson-logs/meson-log.txt

0 commit comments

Comments
 (0)