Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 05/36] xorg: Bump xdriver_xf86-video-intel version to 2.99.907
Date: Tue, 07 Jan 2014 10:04:57 +0100	[thread overview]
Message-ID: <87iotwxiva.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <BLU0-SMTP26103E1E7CD46937C9949F7D9B50@phx.gbl> (Bernd Kuhls's message of "Sat, 4 Jan 2014 14:38:34 +0100")

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > - enable sna support by default, disable unneeded stuff
 >   ported from OpenELEC:
 >   https://github.com/OpenELEC/OpenELEC.tv/blob/master/packages/x11/driver/xf86-video-intel/package.mk
 > - add xlib_libXtst dependency

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
 > ---
 >  .../xdriver_xf86-video-intel.mk                    |   20 ++++++++++++++++----
 >  1 file changed, 16 insertions(+), 4 deletions(-)

 > diff --git a/package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel.mk b/package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel.mk
 > index 97fef99..34624d3 100644
 > --- a/package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel.mk
 > +++ b/package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel.mk
 > @@ -1,16 +1,28 @@
 >  ################################################################################
 >  #
 > -# xdriver_xf86-video-intel
 > +# xdriver_xf86-video-intel -- Intel video driver

Please don't do that. The style we use is to only list the package name.

 >  #
 >  ################################################################################
 
 > -XDRIVER_XF86_VIDEO_INTEL_VERSION = 2.19.0
 > +XDRIVER_XF86_VIDEO_INTEL_VERSION = 2.99.907
 >  XDRIVER_XF86_VIDEO_INTEL_SOURCE = xf86-video-intel-$(XDRIVER_XF86_VIDEO_INTEL_VERSION).tar.bz2
 >  XDRIVER_XF86_VIDEO_INTEL_SITE = http://xorg.freedesktop.org/releases/individual/driver
 >  XDRIVER_XF86_VIDEO_INTEL_LICENSE = MIT
 >  XDRIVER_XF86_VIDEO_INTEL_LICENSE_FILES = COPYING
 >  XDRIVER_XF86_VIDEO_INTEL_AUTORECONF = YES
 > -XDRIVER_XF86_VIDEO_INTEL_CONF_OPT = --enable-dri
 > -XDRIVER_XF86_VIDEO_INTEL_DEPENDENCIES = xserver_xorg-server xproto_fontsproto xproto_randrproto xproto_renderproto xproto_xproto libdrm xlib_libpciaccess
 > +
 > +XDRIVER_XF86_VIDEO_INTEL_CONF_OPT = \
 > +	--enable-dri \
 > +	--enable-kms-only \
 > +	--disable-xvmc \
 > +	--disable-ums-only \
 > +	--enable-sna \
 > +	--disable-uxa \
 > +	--disable-glamor \
 > +	--disable-xaa \
 > +	--disable-dga \
 > +	--disable-async-swap
 > +
 > +XDRIVER_XF86_VIDEO_INTEL_DEPENDENCIES = xserver_xorg-server xproto_fontsproto xproto_randrproto xproto_renderproto xproto_xproto libdrm xlib_libpciaccess xlib_libXtst

From configure.ac Xtst seems to only be needed for the
intel-virtual-output tool, that I don't think we should enforce, so I've
dropped this.

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2014-01-07  9:04 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
2014-01-04 13:38 ` [Buildroot] [PATCH 01/36] xorg: New package xproto_presentproto Bernd Kuhls
2014-01-05 11:39   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 02/36] xorg: Bump xcb-proto & libxcb version to 1.10 Bernd Kuhls
2014-01-05 20:10   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 03/36] xorg: xapp_xdpyinfo also depends on xlib_libXinerama & xlib_libXcomposite Bernd Kuhls
2014-01-05 20:54   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 04/36] xorg: Bump xapp_xrandr version to 1.4.1 Bernd Kuhls
2014-01-05 20:59   ` Peter Korsgaard
2014-01-05 21:04   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 05/36] xorg: Bump xdriver_xf86-video-intel version to 2.99.907 Bernd Kuhls
2014-01-07  9:04   ` Peter Korsgaard [this message]
2014-01-04 13:38 ` [Buildroot] [PATCH 06/36] xorg: Bump xkeyboard-config version to 2.10.1 Bernd Kuhls
2014-01-05 22:27   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 07/36] xorg: Bump xlib_libfontenc version to 1.1.2 Bernd Kuhls
2014-01-05 21:20   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 08/36] xorg: Bump xlib_libpciaccess version to 0.13.2 Bernd Kuhls
2014-01-05 21:22   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 09/36] xorg: Bump xlib_libSM version to 1.2.2 Bernd Kuhls
2014-01-05 21:24   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 10/36] xorg: Bump xlib_libX11 version to 1.6.2 Bernd Kuhls
2014-01-05 21:27   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 11/36] xorg: Bump xlib_libXau version to 1.0.8 Bernd Kuhls
2014-01-05 21:28   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 12/36] xorg: Bump xlib_libXcomposite version to 0.4.4 Bernd Kuhls
2014-01-05 21:31   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 13/36] xorg: Bump xlib_libXdamage version to 1.1.4 Bernd Kuhls
2014-01-05 21:32   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 14/36] xorg: Bump xlib_libXext version to 1.3.2 Bernd Kuhls
2014-01-05 21:06   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 15/36] xorg: Bump xlib_libXfixes version to 5.0.1 Bernd Kuhls
2014-01-05 21:14   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 16/36] xorg: Bump xlib_libXfont version to 1.4.6 Bernd Kuhls
2014-01-05 21:33   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 17/36] xorg: Bump xlib_libXi version to 1.7.2 Bernd Kuhls
2014-01-05 21:15   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 18/36] xorg: Bump xlib_libXinerama version to 1.1.3 Bernd Kuhls
2014-01-05 21:40   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 19/36] xorg: Bump xlib_libXmu version to 1.1.2 Bernd Kuhls
2014-01-05 21:43   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 20/36] xorg: xlib_libXpm depends on libiconv & gettext if appropriate Bernd Kuhls
2014-01-05 22:48   ` Peter Korsgaard
2014-01-06  5:35     ` Bernd Kuhls
2014-01-28 18:48       ` Thomas Petazzoni
2014-02-02 16:54         ` Bernd Kuhls
2014-01-04 13:38 ` [Buildroot] [PATCH 21/36] xorg: Bump xlib_libXrandr version to 1.4.2 Bernd Kuhls
2014-01-05 21:04   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 22/36] xorg: Bump xlib_libXrender version to 0.9.8 Bernd Kuhls
2014-01-05 21:56   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 23/36] xorg: Bump xlib_libXt version to 1.1.4 Bernd Kuhls
2014-01-05 21:57   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 24/36] xorg: Bump xlib_libXtst version to 1.2.2 Bernd Kuhls
2014-01-05 21:57   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 25/36] xorg: Bump xlib_libXxf86vm version to 1.1.3 Bernd Kuhls
2014-01-05 21:59   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 26/36] xorg: Bump xlib_xtrans version to 1.3.2 Bernd Kuhls
2014-01-05 22:04   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 27/36] xorg: Bump xproto_dri2proto version to 2.8 Bernd Kuhls
2014-01-05 21:18   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 28/36] xorg: Bump xproto_glproto version to 1.4.17 Bernd Kuhls
2014-01-05 21:18   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 29/36] xorg: Bump xproto_inputproto version to 2.3 Bernd Kuhls
2014-01-05 21:14   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 30/36] xorg: Bump xproto_randrproto version to 1.4.0 Bernd Kuhls
2014-01-05 21:03   ` Peter Korsgaard
2014-01-04 13:39 ` [Buildroot] [PATCH 31/36] xorg: Bump xproto_videoproto version to 2.3.2 Bernd Kuhls
2014-01-05 21:19   ` Peter Korsgaard
2014-01-04 13:39 ` [Buildroot] [PATCH 32/36] xorg: Bump xproto_xextproto version to 7.3.0 Bernd Kuhls
2014-01-05 21:06   ` Peter Korsgaard
2014-01-04 13:39 ` [Buildroot] [PATCH 33/36] xorg: Bump xproto_xproto version to 7.0.25 Bernd Kuhls
2014-01-05 21:14   ` Peter Korsgaard
2014-01-04 13:39 ` [Buildroot] [PATCH 34/36] xorg: Bump xutil_makedepend version to 1.0.5 Bernd Kuhls
2014-01-05 22:30   ` Peter Korsgaard
2014-01-04 13:39 ` [Buildroot] [PATCH 35/36] xorg: Bump xutil_util-macros version to 1.18.0 Bernd Kuhls
2014-01-05 22:30   ` Peter Korsgaard
2014-01-04 13:39 ` [Buildroot] [PATCH 36/36] xorg: Bump xserver_xorg-server version to 1.15.0 Bernd Kuhls
2014-01-07  8:35   ` Peter Korsgaard

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=87iotwxiva.fsf@dell.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox