[ptxdist] [PATCH] mesalib: version bump 18.3.2 -> 19.0.0

2019-03-14 Thread Philipp Zabel
Switch build system to Meson. Signed-off-by: Philipp Zabel --- ...sing-include-stddef.h-in-egldevice.h.patch | 41 -- patches/mesa-18.3.2/series| 4 - rules/host-mesalib.make | 103 +++--- rules/mesalib.in |

Re: [ptxdist] Iteratively Make & Make Install Subpackages

2019-03-14 Thread Chin You Wen (WMSC-HW)
Hi Roland/Michael, I was able to compile it by separating the libraries (libselinux, libsepol, libsemanag) into separate rule files and targetinstalled those dependencies first. However when using the repo url in a single rule file (as attached), I run into the problem I described above.

[ptxdist] [PATCH v2] mesalib: version bump 18.3.2 -> 19.0.0

2019-03-14 Thread Philipp Zabel
- switch build system to Meson - install gallium dri drivers as gallium_dri.so, symlink the others Signed-off-by: Philipp Zabel --- Changes since v1: - install gallium dri drivers as gallium_dri.so, symlink the others - add migration helper for MESALIB_DRI_IMX -> MESALIB_DRI_KMSRO - drop the

Re: [ptxdist] Iteratively Make & Make Install Subpackages

2019-03-14 Thread Michael Olbrich
Hi, On Thu, Mar 14, 2019 at 05:34:37PM +0800, Chin You Wen (WMSC-HW) wrote: > I was able to compile it by separating the libraries (libselinux, libsepol, > libsemanag) into separate rule files and targetinstalled those dependencies > first. > > However when using the repo url in a single rule

[ptxdist] [PATCH v3] mesalib: version bump 18.3.2 -> 19.0.0

2019-03-14 Thread Philipp Zabel
- switch build system to Meson - install gallium dri drivers as gallium_dri.so, symlink the others Signed-off-by: Philipp Zabel --- Changes since v2: - HOST_MESALIB selects HOST_MESON as well - drop XORG_LIB_XRANDR dependency, we are not building vulkan wsi - drop HOST_LIBPTHREAD_STUBS