Skip to content

Commit

Permalink
mesalib: Replace deprecated switch name
Browse files Browse the repository at this point in the history
Address the warning below.

```
configure: WARNING: --with-egl-platforms is deprecated. Use --with-platforms instead.
```
  • Loading branch information
pmenzel committed Sep 19, 2017
1 parent ddf4012 commit 08b94df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesalib.be0
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ mee_configure() {
--enable-xa \
--enable-glx-tls \
--with-llvm-shared-libs \
--with-egl-platforms="drm,x11" \
--with--platforms="drm,x11" \
--with-gallium-drivers="nouveau,r600,radeonsi,svga,swrast" \
--with-vulkan-drivers="intel,radeon"
}
Expand Down

0 comments on commit 08b94df

Please sign in to comment.