Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v10 01/29] xproto_dri3proto: New package
Date: Mon, 26 May 2014 00:02:29 +0200	[thread overview]
Message-ID: <87mwe57c0a.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1401049582-2110-2-git-send-email-bernd.kuhls@t-online.de> (Bernd Kuhls's message of "Sun, 25 May 2014 22:25:54 +0200")

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > This package does not install any binary files, only headers.
 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
 > ---
 >  package/x11r7/Config.in                            |    1 +
 >  package/x11r7/xproto_dri3proto/Config.in           |    4 ++++
 >  package/x11r7/xproto_dri3proto/xproto_dri3proto.mk |   16 ++++++++++++++++
 >  3 files changed, 21 insertions(+)
 >  create mode 100644 package/x11r7/xproto_dri3proto/Config.in
 >  create mode 100644 package/x11r7/xproto_dri3proto/xproto_dri3proto.mk

 > diff --git a/package/x11r7/Config.in b/package/x11r7/Config.in
 > index 8685ca1..087b816 100644
 > --- a/package/x11r7/Config.in
 > +++ b/package/x11r7/Config.in
 > @@ -227,6 +227,7 @@ if BR2_PACKAGE_XORG7
 >  		source package/x11r7/xproto_damageproto/Config.in
 >  		source package/x11r7/xproto_dmxproto/Config.in
 >  		source package/x11r7/xproto_dri2proto/Config.in
 > +		source package/x11r7/xproto_dri3proto/Config.in
 >  		source package/x11r7/xproto_fixesproto/Config.in
 >  		source package/x11r7/xproto_fontcacheproto/Config.in
 >  		source package/x11r7/xproto_fontsproto/Config.in
 > diff --git a/package/x11r7/xproto_dri3proto/Config.in b/package/x11r7/xproto_dri3proto/Config.in
 > new file mode 100644
 > index 0000000..eead7d4
 > --- /dev/null
 > +++ b/package/x11r7/xproto_dri3proto/Config.in
 > @@ -0,0 +1,4 @@
 > +config BR2_PACKAGE_XPROTO_DRI3PROTO
 > +	bool "dri3proto"
 > +	help
 > +	  X.Org DRI3 protocol headers
 > diff --git a/package/x11r7/xproto_dri3proto/xproto_dri3proto.mk b/package/x11r7/xproto_dri3proto/xproto_dri3proto.mk
 > new file mode 100644
 > index 0000000..9aea458
 > --- /dev/null
 > +++ b/package/x11r7/xproto_dri3proto/xproto_dri3proto.mk
 > @@ -0,0 +1,16 @@
 > +################################################################################
 > +#
 > +# xproto_dri3proto
 > +#
 > +################################################################################
 > +
 > +XPROTO_DRI3PROTO_VERSION = 1.0
 > +XPROTO_DRI3PROTO_SOURCE = dri3proto-$(XPROTO_DRI3PROTO_VERSION).tar.bz2
 > +XPROTO_DRI3PROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
 > +XPROTO_DRI3PROTO_LICENSE = MIT
 > +XPROTO_DRI3PROTO_LICENSE_FILES = COPYING

There's no COPYING file. Committed to next with that removed, thanks.

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2014-05-25 22:02 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-25 20:25 [Buildroot] [PATCH v10 00/29] xbmc: bump version to 13.1 Beta2 Bernd Kuhls
2014-05-25 20:25 ` [Buildroot] [PATCH v10 01/29] xproto_dri3proto: New package Bernd Kuhls
2014-05-25 22:02   ` Peter Korsgaard [this message]
2014-05-25 20:25 ` [Buildroot] [PATCH v10 02/29] mesa3d: Bump version to 10.2-rc4, fix xa build Bernd Kuhls
2014-05-25 20:25 ` [Buildroot] [PATCH v10 03/29] mesa3d: Depend on xorg meta package instead of xserver_xorg-server Bernd Kuhls
2014-05-25 20:25 ` [Buildroot] [PATCH v10 04/29] mesa3d: add dependency xproto_presentproto Bernd Kuhls
2014-05-25 20:25 ` [Buildroot] [PATCH v10 05/29] mesa3d: Remove dependency for the libxml2 module of host-python Bernd Kuhls
2014-05-25 20:25 ` [Buildroot] [PATCH v10 06/29] mesa3d: Add dri3 support Bernd Kuhls
2014-05-25 20:26 ` [Buildroot] [PATCH v10 07/29] mesa3d: dri2 does not need udev support Bernd Kuhls
2014-05-25 20:26 ` [Buildroot] [PATCH v10 08/29] libva: new package Bernd Kuhls
2014-05-25 20:26 ` [Buildroot] [PATCH v10 09/29] libva-intel-driver: " Bernd Kuhls
2014-05-25 20:26 ` [Buildroot] [PATCH v10 10/29] ffmpeg: Add libva support Bernd Kuhls
2014-05-25 20:26 ` [Buildroot] [PATCH v10 11/29] libglu: new package Bernd Kuhls
2014-05-25 20:26 ` [Buildroot] [PATCH v10 12/29] libglew: " Bernd Kuhls
2014-05-25 20:26 ` [Buildroot] [PATCH v10 13/29] sdl: Add new dependency libglu for opengl support Bernd Kuhls
2014-05-25 20:26 ` [Buildroot] [PATCH v10 14/29] xdriver_xf86-video-intel: Bump version to 2.99.911 Bernd Kuhls
2014-05-25 20:26 ` [Buildroot] [PATCH v10 15/29] xbmc - prepare for 13.x-Gotham: Add host-gettext dependency Bernd Kuhls
2014-05-25 20:26 ` [Buildroot] [PATCH v10 16/29] xbmc - prepare for 13.x-Gotham: Add host-nasm dependency Bernd Kuhls
2014-05-25 20:26 ` [Buildroot] [PATCH v10 17/29] xbmc - prepare for 13.x-Gotham: Add host-yasm dependency for MMX/64bit archs Bernd Kuhls
2014-05-25 20:26 ` [Buildroot] [PATCH v10 18/29] xbmc - prepare for 13.x-Gotham: Add missing egl-related cflags Bernd Kuhls
2014-05-25 20:26 ` [Buildroot] [PATCH v10 19/29] xbmc: bump version to 13.1 Beta2 Bernd Kuhls
2014-05-25 22:43   ` Yann E. MORIN
2014-05-25 20:26 ` [Buildroot] [PATCH v10 20/29] xbmc-pvr-addons: Version bump to xbmc Gotham-compatible addon Bernd Kuhls
2014-05-25 20:26 ` [Buildroot] [PATCH v10 21/29] xbmc-addon-xvdr: " Bernd Kuhls
2014-05-25 20:26 ` [Buildroot] [PATCH v10 22/29] xbmc: hdmi cec supports needs udev for device scanning Bernd Kuhls
2014-05-25 20:26 ` [Buildroot] [PATCH v10 23/29] xbmc: Allow compilation with uClibc Bernd Kuhls
2014-05-25 20:26 ` [Buildroot] [PATCH v10 24/29] xbmc: Add alsa support Bernd Kuhls
2014-05-25 20:26 ` [Buildroot] [PATCH v10 25/29] xbmc: Add lame support Bernd Kuhls
2014-05-25 20:26 ` [Buildroot] [PATCH v10 26/29] xbmc: Fix TexturePacker compile Bernd Kuhls
2014-05-25 20:26 ` [Buildroot] [PATCH v10 27/29] xbmc: Add X.org/OpenGL support Bernd Kuhls
2014-05-25 20:26 ` [Buildroot] [PATCH v10 28/29] xbmc: Add option for Goom screensaver Bernd Kuhls
2014-05-25 20:26 ` [Buildroot] [PATCH v10 29/29] xbmc: Add VA-API support Bernd Kuhls
2014-05-27 17:07 ` [Buildroot] [PATCH v10 00/29] xbmc: bump version to 13.1 Beta2 Yann E. MORIN

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=87mwe57c0a.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