Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v6 01/32] xproto_dri3proto: New package
Date: Mon, 12 May 2014 19:53:58 +0200	[thread overview]
Message-ID: <20140512195358.58b15414@free-electrons.com> (raw)
In-Reply-To: <1399716164-6452-2-git-send-email-bernd.kuhls@t-online.de>

Dear Bernd Kuhls,

On Sat, 10 May 2014 12:02:13 +0200, Bernd Kuhls wrote:

> 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..e4dbf23
> --- /dev/null
> +++ b/package/x11r7/xproto_dri3proto/Config.in
> @@ -0,0 +1,5 @@
> +config BR2_PACKAGE_XPROTO_DRI3PROTO
> +	bool "dri3proto"
> +	select BR2_PACKAGE_XUTIL_UTIL_MACROS
> +	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..0af39d1
> --- /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
> +XPROTO_DRI3PROTO_INSTALL_STAGING = YES
> +XPROTO_DRI3PROTO_INSTALL_TARGET = NO
> +XPROTO_DRI3PROTO_DEPENDENCIES = xutil_util-macros
> +
> +$(eval $(autotools-package))

This looks good. I'm just wondering why we have the xutil_util-macros
dependency here. The package configure.ac looks the same as the one in
dri2proto, which does not have the xutil_util-macros dependency.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

  reply	other threads:[~2014-05-12 17:53 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-10 10:02 [Buildroot] [PATCH v6 00/32] xbmc: bump version to 13.0-Gotham Bernd Kuhls
2014-05-10 10:02 ` [Buildroot] [PATCH v6 01/32] xproto_dri3proto: New package Bernd Kuhls
2014-05-12 17:53   ` Thomas Petazzoni [this message]
2014-05-12 17:58     ` Bernd Kuhls
2014-05-12 19:38       ` Thomas Petazzoni
2014-05-12 20:16         ` Bernd Kuhls
2014-05-10 10:02 ` [Buildroot] [PATCH v6 02/32] mesa3d: Bump version to 10.2-rc2 Bernd Kuhls
2014-05-10 10:02 ` [Buildroot] [PATCH v6 03/32] mesa3d: use --enable-shared-glapi also for Gallium drivers Bernd Kuhls
2014-05-12 21:30   ` Peter Korsgaard
2014-05-10 10:02 ` [Buildroot] [PATCH v6 04/32] mesa3d: Fix gbm related compile error Bernd Kuhls
2014-05-12 21:48   ` Peter Korsgaard
2014-05-10 10:02 ` [Buildroot] [PATCH v6 05/32] mesa3d: Depend on xorg meta package instead of xserver_xorg-server Bernd Kuhls
2014-05-10 10:02 ` [Buildroot] [PATCH v6 06/32] mesa3d: Remove dependency for the libxml2 module of host-python Bernd Kuhls
2014-05-10 10:02 ` [Buildroot] [PATCH v6 07/32] mesa3d: Add patch note about upstream bug Bernd Kuhls
2014-05-12 19:46   ` Thomas Petazzoni
2014-05-12 20:55   ` Peter Korsgaard
2014-05-10 10:02 ` [Buildroot] [PATCH v6 08/32] mesa3d: Add dri3 support Bernd Kuhls
2014-05-10 10:02 ` [Buildroot] [PATCH v6 09/32] mesa3d: dri2 does not need udev support Bernd Kuhls
2014-05-10 10:02 ` [Buildroot] [PATCH v6 10/32] libva: new package Bernd Kuhls
2014-05-10 10:02 ` [Buildroot] [PATCH v6 11/32] libva-intel-driver: " Bernd Kuhls
2014-05-10 10:02 ` [Buildroot] [PATCH v6 12/32] ffmpeg: Add libva support Bernd Kuhls
2014-05-10 10:02 ` [Buildroot] [PATCH v6 13/32] libglu: new package Bernd Kuhls
2014-05-10 10:02 ` [Buildroot] [PATCH v6 14/32] libglew: " Bernd Kuhls
2014-05-10 10:02 ` [Buildroot] [PATCH v6 15/32] sdl: Add new dependency libglu for opengl support Bernd Kuhls
2014-05-10 10:02 ` [Buildroot] [PATCH v6 16/32] xdriver_xf86-video-intel: Bump version to 2.99.911 Bernd Kuhls
2014-05-10 10:02 ` [Buildroot] [PATCH v6 17/32] rtmpdump: Add KSV patch Bernd Kuhls
2014-05-10 10:02 ` [Buildroot] [PATCH v6 18/32] xbmc: bump version to 13.0 Bernd Kuhls
2014-05-10 10:02 ` [Buildroot] [PATCH v6 19/32] xbmc-pvr-addons: Version bump to xbmc Gotham-compatible addon Bernd Kuhls
2014-05-10 10:02 ` [Buildroot] [PATCH v6 20/32] xbmc-addon-xvdr: " Bernd Kuhls
2014-05-10 10:02 ` [Buildroot] [PATCH v6 21/32] xbmc: Add host-gettext dependency Bernd Kuhls
2014-05-10 10:02 ` [Buildroot] [PATCH v6 22/32] xbmc: Allow compilation with uClibc Bernd Kuhls
2014-05-10 10:02 ` [Buildroot] [PATCH v6 23/32] xbmc: fix arm/uclibc compilation Bernd Kuhls
2014-05-10 10:02 ` [Buildroot] [PATCH v6 24/32] xbmc: Add X.org/OpenGL support Bernd Kuhls
2014-05-10 10:02 ` [Buildroot] [PATCH v6 25/32] xbmc: Add VA-API support Bernd Kuhls
2014-05-10 10:02 ` [Buildroot] [PATCH v6 26/32] xbmc: Add alsa support Bernd Kuhls
2014-05-10 10:02 ` [Buildroot] [PATCH v6 27/32] xbmc: Add lame support Bernd Kuhls
2014-05-10 10:02 ` [Buildroot] [PATCH v6 28/32] xbmc: Disable broken rsxs screensaver Bernd Kuhls
2014-05-10 10:02 ` [Buildroot] [PATCH v6 29/32] xbmc: Add option for Goom screensaver Bernd Kuhls
2014-05-10 10:02 ` [Buildroot] [PATCH v6 30/32] xbmc: add nasm/yasm dependency Bernd Kuhls
2014-05-10 10:02 ` [Buildroot] [PATCH v6 31/32] xbmc: Fix ffmpeg cross compile Bernd Kuhls
2014-05-10 10:02 ` [Buildroot] [PATCH v6 32/32] xbmc: Fix TexturePacker compile Bernd Kuhls
2014-05-12 17:56 ` [Buildroot] [PATCH v6 00/32] xbmc: bump version to 13.0-Gotham Thomas Petazzoni
2014-05-12 18:24   ` 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=20140512195358.58b15414@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.com \
    --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