[ptxdist] [PATCH] mesalib: version bump 17.1.1 -> 17.1.2

2017-06-08 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/mesalib.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/mesalib.make b/rules/mesalib.make index 5d0a62ad3..580136816 100644 --- a/rules/mesalib.make +++ b/rules/mesalib.make @@ -19,8 +19,8 @@

[ptxdist] [PATCH] python3: fix PYTHON3_SYMLINK prompt

2017-06-08 Thread Philipp Zabel
A symbolic link /usr/bin/python3 is installed, if enabled. Signed-off-by: Philipp Zabel --- rules/python3.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/python3.in b/rules/python3.in index 33f5c5a7b..4368fc81d 100644 --- a/rules/python3.in

[ptxdist] [PATCH] waffle: use EGL CFLAGS reported by pkg-config

2017-06-08 Thread Philipp Zabel
Some platforms need -DMESA_EGL_NO_X11_HEADERS set, as indicated by the Cflags: field in egl.pc. pkg-config provides this information, add a patch to pass it to the compiler. Signed-off-by: Philipp Zabel --- ...egl-use-EGL-CFLAGS-reported-by-pkg-config.patch | 47