Skip to content

Commit

Permalink
mesalib: Force using Autotools as build system
Browse files Browse the repository at this point in the history
Work around the warning below, and update to Meson another time.

    configure: error: the autotools build system has been deprecated in favour of
        meson and will be removed eventually. For instructions on how to use meson
        see https://www.mesa3d.org/meson.html.
        If you still want to use the autotools build, then add --enable-autotools
        to the configure command line.

The hunk was not staged to the repository for unknown reasons.

Fixes: commit 7155d7b (mesalib: Update version from 18.3.5 to 19.0.2)
  • Loading branch information
pmenzel committed May 10, 2019
1 parent 5ae3b27 commit bb780e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mesalib.be0
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ SRCURL[0]="https://mesa.freedesktop.org/archive/mesa-${PKGVERSION}.tar.xz"

mee_configure() {
start_cmd ${S}/autogen.sh ${DEFCONFIG} \
--enable-autotools \
--enable-gles1 \
--enable-gles2 \
--enable-osmesa \
Expand Down

0 comments on commit bb780e0

Please sign in to comment.