All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernd Kuhls <bernd.kuhls@t-online.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v5 09/32] mesa3d: dri2 does not need udev support
Date: Wed,  7 May 2014 22:09:43 +0200	[thread overview]
Message-ID: <1399493406-7247-10-git-send-email-bernd.kuhls@t-online.de> (raw)
In-Reply-To: <1399493406-7247-1-git-send-email-bernd.kuhls@t-online.de>

http://cgit.freedesktop.org/mesa/mesa/commit/configure.ac?id=b959fd9674938e127a34d42d34b903e3a9ae7ad9
"The loader infrastructure for everything but DRI2 requires that udev be present"

Check for udev only for dri3.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 .../mesa3d/mesa3d-0002-dri2-does-not-need-udev.patch   |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 package/mesa3d/mesa3d-0002-dri2-does-not-need-udev.patch

diff --git a/package/mesa3d/mesa3d-0002-dri2-does-not-need-udev.patch b/package/mesa3d/mesa3d-0002-dri2-does-not-need-udev.patch
new file mode 100644
index 0000000..825debc
--- /dev/null
+++ b/package/mesa3d/mesa3d-0002-dri2-does-not-need-udev.patch
@@ -0,0 +1,16 @@
+diff -uNr Mesa-10.2.0-rc1.org/configure.ac Mesa-10.2.0-rc1/configure.ac
+--- Mesa-10.2.0-rc1.org/configure.ac	2014-05-03 02:17:23.000000000 +0200
++++ Mesa-10.2.0-rc1/configure.ac	2014-05-07 19:51:54.187921825 +0200
+@@ -998,11 +998,11 @@
+         DEFINES="$DEFINES -DHAVE_ALIAS"
+         if test "x$enable_dri3" = xyes; then
+             DEFINES="$DEFINES -DHAVE_DRI3"
+-        fi
+ 
+         if test "x$have_libudev" != xyes; then
+             AC_MSG_ERROR([libudev-dev required for building DRI])
+         fi
++        fi
+ 
+         case "$host_cpu" in
+         powerpc* | sparc*)
-- 
1.7.10.4

  parent reply	other threads:[~2014-05-07 20:09 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-07 20:09 [Buildroot] [PATCH v5 00/32] xbmc: bump version to 13.0-Gotham Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 01/32] xproto_dri3proto: New package Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 02/32] mesa3d: Bump version to 10.2-rc1 Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 03/32] mesa3d: use --enable-shared-glapi also for Gallium drivers Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 04/32] mesa3d: Fix gbm related compile error Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 05/32] mesa3d: Depend on xorg meta package instead of xserver_xorg-server Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 06/32] mesa3d: Remove dependency for the libxml2 module of host-python Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 07/32] mesa3d: Add patch note about upstream bug Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 08/32] mesa3d: Add dri3 support Bernd Kuhls
2014-05-07 20:09 ` Bernd Kuhls [this message]
2014-05-07 20:09 ` [Buildroot] [PATCH v5 10/32] libva: new package Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 11/32] libva-intel-driver: " Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 12/32] ffmpeg: Add libva support Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 13/32] libglu: new package Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 14/32] libglew: " Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 15/32] sdl: Add new dependency libglu for opengl support Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 16/32] xdriver_xf86-video-intel: Bump version to 2.99.911 Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 17/32] rtmpdump: Add KSV patch Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 18/32] xbmc: bump version to 13.0 Bernd Kuhls
2014-05-07 20:51   ` Maxime Hadjinlian
2014-05-07 20:09 ` [Buildroot] [PATCH v5 19/32] xbmc-pvr-addons: Version bump to xbmc Gotham-compatible addon Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 20/32] xbmc-addon-xvdr: " Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 21/32] xbmc: Add host-gettext dependency Bernd Kuhls
2014-05-07 21:05   ` Maxime Hadjinlian
2014-05-07 20:09 ` [Buildroot] [PATCH v5 22/32] xbmc: Allow compilation with uClibc Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 23/32] xbmc: fix arm/uclibc compilation Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 24/32] xbmc: Add X.org/OpenGL support Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 25/32] xbmc: Add VA-API support Bernd Kuhls
2014-05-07 20:10 ` [Buildroot] [PATCH v5 26/32] xbmc: Add alsa support Bernd Kuhls
2014-05-07 20:10 ` [Buildroot] [PATCH v5 27/32] xbmc: Add lame support Bernd Kuhls
2014-05-07 20:10 ` [Buildroot] [PATCH v5 28/32] xbmc: Disable broken rsxs screensaver Bernd Kuhls
2014-05-07 20:10 ` [Buildroot] [PATCH v5 29/32] xbmc: Add option for Goom screensaver Bernd Kuhls
2014-05-07 20:10 ` [Buildroot] [PATCH v5 30/32] xbmc: add nasm/yasm dependency Bernd Kuhls
2014-05-07 20:10 ` [Buildroot] [PATCH v5 31/32] xbmc: Fix ffmpeg cross compile Bernd Kuhls
2014-05-07 20:10 ` [Buildroot] [PATCH v5 32/32] xbmc: Fix TexturePacker compile Bernd Kuhls
2014-05-08  8:25 ` [Buildroot] [PATCH v5 00/32] xbmc: bump version to 13.0-Gotham Maxime Hadjinlian
2014-05-08 17:19   ` Bernd Kuhls
2014-05-08 18:12     ` Bernd Kuhls

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1399493406-7247-10-git-send-email-bernd.kuhls@t-online.de \
    --to=bernd.kuhls@t-online.de \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.