diff --git a/base-armv7-rpi-bookworm.pifile b/base-armv7-rpi-bookworm.pifile index c1961f2..642ff09 100644 --- a/base-armv7-rpi-bookworm.pifile +++ b/base-armv7-rpi-bookworm.pifile @@ -38,7 +38,7 @@ WORKDIR /root RUN git clone https://gitlab.freedesktop.org/mobile-broadband/libqmi.git WORKDIR /root/libqmi RUN git checkout 1.35.6-dev -RUN meson setup build --prefix=/usr -Dmbim_qmux=false -Dqrtr=false -Dbash_completion=false --buildtype=release +RUN meson setup build --prefix=/usr -Dmbim_qmux=false -Dqrtr=false -Dbash_completion=false --buildtype=release -Dat_command_via_dbus=true RUN ninja -C build install # Install modemmanager