Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/8] Various OpenGL-related updates
@ 2014-07-17  5:42 Bernd Kuhls
  2014-07-17  5:42 ` [Buildroot] [PATCH 1/8] xlib_libxshmfence: New package Bernd Kuhls
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Bernd Kuhls @ 2014-07-17  5:42 UTC (permalink / raw)
  To: buildroot

Hi,

this series was split off my xbmc series, as requested by Thomas:
http://article.gmane.org/gmane.comp.lib.uclibc.buildroot/89549

It fixes a DRI3-related build error in mesa3d by adding the needed dependencies,
eases mesa3d dependencies, bumps mesa3d and xdriver_xf86-video-intel and adds
libglu/libglew, which are needed to enable OpenGl support in xbmc.

Regards, Bernd


Bernd Kuhls (8):
  xlib_libxshmfence: New package
  package/mesa3d: Fix optional DRI3 support
  package/mesa3d: Depend on xorg meta package instead of
    xserver_xorg-server
  package/mesa3d: Remove dependency for the libxml2 module of
    host-python
  package/mesa3d: Bump to version 10.2.3
  libglu: New package
  libglew: New package
  xdriver_xf86-video-intel: Bump version to 2.99.911

 package/Config.in                                  |    2 ++
 package/libglew/Config.in                          |   19 +++++++++++
 package/libglew/libglew.mk                         |   36 ++++++++++++++++++++
 package/libglu/Config.in                           |   10 ++++++
 package/libglu/libglu.mk                           |   17 +++++++++
 package/libxml2/Config.in                          |    3 --
 package/libxml2/libxml2-python2.patch              |   27 ---------------
 package/libxml2/libxml2.mk                         |   16 +--------
 package/mesa3d/Config.in                           |   23 ++++++-------
 package/mesa3d/mesa3d.mk                           |   13 ++++---
 package/x11r7/Config.in                            |    1 +
 package/x11r7/xdriver_xf86-video-intel/Config.in   |    5 +--
 .../xdriver_xf86-video-intel.mk                    |   27 +++++++++++----
 package/x11r7/xlib_libxshmfence/Config.in          |    5 +++
 .../x11r7/xlib_libxshmfence/xlib_libxshmfence.mk   |   15 ++++++++
 15 files changed, 150 insertions(+), 69 deletions(-)
 create mode 100644 package/libglew/Config.in
 create mode 100644 package/libglew/libglew.mk
 create mode 100644 package/libglu/Config.in
 create mode 100644 package/libglu/libglu.mk
 delete mode 100644 package/libxml2/libxml2-python2.patch
 create mode 100644 package/x11r7/xlib_libxshmfence/Config.in
 create mode 100644 package/x11r7/xlib_libxshmfence/xlib_libxshmfence.mk

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-07-20  9:40 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-17  5:42 [Buildroot] [PATCH 0/8] Various OpenGL-related updates Bernd Kuhls
2014-07-17  5:42 ` [Buildroot] [PATCH 1/8] xlib_libxshmfence: New package Bernd Kuhls
2014-07-17  5:42 ` [Buildroot] [PATCH 2/8] package/mesa3d: Fix optional DRI3 support Bernd Kuhls
2014-07-17  5:42 ` [Buildroot] [PATCH 3/8] package/mesa3d: Depend on xorg meta package instead of xserver_xorg-server Bernd Kuhls
2014-07-17  5:42 ` [Buildroot] [PATCH 4/8] package/mesa3d: Remove dependency for the libxml2 module of host-python Bernd Kuhls
2014-07-17  5:42 ` [Buildroot] [PATCH 5/8] package/mesa3d: Bump to version 10.2.3 Bernd Kuhls
2014-07-17  5:42 ` [Buildroot] [PATCH 6/8] libglu: New package Bernd Kuhls
2014-07-20  9:38   ` Thomas Petazzoni
2014-07-17  5:42 ` [Buildroot] [PATCH 7/8] libglew: " Bernd Kuhls
2014-07-20  9:40   ` Thomas Petazzoni
2014-07-17  5:43 ` [Buildroot] [PATCH 8/8] xdriver_xf86-video-intel: Bump version to 2.99.911 Bernd Kuhls
2014-07-17  8:06 ` [Buildroot] [PATCH 0/8] Various OpenGL-related updates Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox