ci: Adjust AppStream compile flags

This commit is contained in:
Matthias Klumpp 2017-09-08 21:45:22 +02:00
parent 1ab0ceef16
commit fd7d985c2a

View File

@ -47,7 +47,7 @@ RUN cd /build-tmp && \
git clone --depth=20 https://github.com/ximion/appstream.git
RUN mkdir /build-tmp/appstream/build
RUN cd /build-tmp/appstream/build && \
meson --prefix=/usr -Denable-maintainer=true -Denable-apt-support=true ..
meson --prefix=/usr -Dmaintainer=true -Dapt-support=true ..
RUN cd /build-tmp/appstream/build && \
ninja && ninja install