mirror of https://gitee.com/openkylin/qemu.git
tests/docker: Remove obsolete VirGL --with-glx configure option
The GLX configure option has been removed in 71c75f201d [*].
We missed that when updating to v0.7.0 in commit fab3220f97
.
This silents:
configure: creating ./config.status
config.status: creating virglrenderer.pc
...
configure: WARNING: unrecognized options: --with-glx
[*] https://gitlab.freedesktop.org/virgl/virglrenderer/commit/71c75f201d
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20200212202709.12665-3-philmd@redhat.com>
Message-Id: <20200316172155.971-4-alex.bennee@linaro.org>
This commit is contained in:
parent
72e3c1dd57
commit
5b9d40fafe
|
@ -29,7 +29,7 @@ RUN apt update && \
|
|||
libgbm-dev
|
||||
RUN git clone https://gitlab.freedesktop.org/virgl/virglrenderer.git /usr/src/virglrenderer && \
|
||||
cd /usr/src/virglrenderer && git checkout virglrenderer-0.7.0
|
||||
RUN cd /usr/src/virglrenderer && ./autogen.sh && ./configure --with-glx --disable-tests && make install
|
||||
RUN cd /usr/src/virglrenderer && ./autogen.sh && ./configure --disable-tests && make install
|
||||
|
||||
# netmap
|
||||
RUN apt update && \
|
||||
|
|
Loading…
Reference in New Issue