Author: igor Date: Thu Jun 26 12:49:08 2014 New Revision: 2924 Log: mesa support for gbm, egl drm, or dri2 without libudev on linux
Modified: trunk/MesaLib/MesaLib-10.2.2-no_libudev-1.patch Modified: trunk/MesaLib/MesaLib-10.2.2-no_libudev-1.patch ============================================================================== --- trunk/MesaLib/MesaLib-10.2.2-no_libudev-1.patch Thu Jun 26 10:54:19 2014 (r2923) +++ trunk/MesaLib/MesaLib-10.2.2-no_libudev-1.patch Thu Jun 26 12:49:08 2014 (r2924) @@ -2,14 +2,23 @@ Date: 2014-06-26 Initial Package Version: 10.2.2 Upstream Status: Rejected -Origin: http://patchwork.ozlabs.org/patch/346792/ -Description: Checks for libudev only for DRI3 allowing DRI2 support - without libudev. +Origin: http://patchwork.ozlabs.org/patch/346792/ and + http://patchwork.freedesktop.org/patch/22673/ +Description: Checks for libudev only for dri3. diff -Naur Mesa-10.2.2.orig/configure.ac Mesa-10.2.2/configure.ac --- Mesa-10.2.2.orig/configure.ac 2014-06-25 06:33:39.000000000 +0200 -+++ Mesa-10.2.2/configure.ac 2014-06-26 19:44:17.581536336 +0200 -@@ -1011,11 +1011,11 @@ ++++ Mesa-10.2.2/configure.ac 2014-06-26 21:45:38.630169401 +0200 +@@ -817,8 +817,6 @@ + fi + + case "$host_os" in +-linux*) +- need_libudev=yes ;; + *) + need_libudev=no ;; + esac +@@ -1011,11 +1009,11 @@ DEFINES="$DEFINES -DHAVE_ALIAS" if test "x$enable_dri3" = xyes; then DEFINES="$DEFINES -DHAVE_DRI3" -- http://lists.linuxfromscratch.org/listinfo/patches FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
