Skip to content

Commit

Permalink
mesalib: Use Meson build system as Autotools got removed
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Jun 26, 2019
1 parent c6ae3ca commit 9c51a48
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions mesalib.be0
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,12 @@ 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 \
--enable-va \
--enable-vdpau \
--enable-xa \
--enable-glx-tls \
--with-platforms="drm,x11,wayland" \
--with-gallium-drivers="nouveau,r600,radeonsi,svga,swrast" \
--with-vulkan-drivers="radeon"
bee_configure \
-Dbuildtype=release \
-Dgallium-drivers="nouveau,r600,radeonsi,svga,swrast" \
-Dvulkan-drivers="amd,intel" \
-Dosmesa=gallium \
-Dvalgrind=false
}

#mee_build() {
Expand Down

0 comments on commit 9c51a48

Please sign in to comment.