[Mesa-dev] [PATCH] configure.ac/meson.build: Add options for library suffixes

2018-06-12 Thread bmgordon
From: Benjamin Gordon When building the Chrome OS Android container, we need to build copies of mesa that don't conflict with the Android system-supplied libraries. This adds options to create suffixed versions of EGL and GLES libraries: libEGL.so -> libEGL${egl-lib-suffix}.so libGLESv1_CM.so ->

[Mesa-dev] [PATCH v2] configure.ac/meson.build: Add options for library suffixes

2018-06-13 Thread bmgordon
From: Benjamin Gordon When building the Chrome OS Android container, we need to build copies of mesa that don't conflict with the Android system-supplied libraries. This adds options to create suffixed versions of EGL and GLES libraries: libEGL.so -> libEGL${egl-lib-suffix}.so libGLESv1_CM.so ->