mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH v3] mesalib: version bump 17.2.6 -> 17.3.0
Date: Mon, 8 Jan 2018 14:39:50 +0100	[thread overview]
Message-ID: <20180108133950.ytezafexjk6ywmqf@pengutronix.de> (raw)
In-Reply-To: <20171214103128.13158-1-p.zabel@pengutronix.de>

On Thu, Dec 14, 2017 at 11:31:28AM +0100, Philipp Zabel wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> ---
> v3: let host-mesalib select HOST_EXPAT
> ---
>  rules/host-mesalib.in   | 1 +
>  rules/host-mesalib.make | 2 +-
>  rules/mesalib.in        | 4 ++++
>  rules/mesalib.make      | 7 ++++---
>  4 files changed, 10 insertions(+), 4 deletions(-)
> 
> diff --git a/rules/host-mesalib.in b/rules/host-mesalib.in
> index 7c7c224f8..ca3211d63 100644
> --- a/rules/host-mesalib.in
> +++ b/rules/host-mesalib.in
> @@ -3,6 +3,7 @@
>  config HOST_MESALIB
>  	tristate
>  	default ALLYES
> +	select HOST_EXPAT
>  	select HOST_MAKEDEPEND
>  	select HOST_SYSTEM_PYTHON
>  	select HOST_SYSTEM_PYTHON_XML2
> diff --git a/rules/host-mesalib.make b/rules/host-mesalib.make
> index 2e9a5ff60..786973b64 100644
> --- a/rules/host-mesalib.make
> +++ b/rules/host-mesalib.make
> @@ -49,7 +49,7 @@ HOST_MESALIB_CONF_OPT	:= \
>  	--disable-xvmc \
>  	--disable-vdpau \
>  	--disable-va \
> -	--disable-omx \
> +	--disable-omx-bellagio \
>  	--disable-opencl \
>  	--disable-opencl-icd \
>  	--disable-gallium-tests \
> diff --git a/rules/mesalib.in b/rules/mesalib.in
> index 458d7ee02..e847ef7eb 100644
> --- a/rules/mesalib.in
> +++ b/rules/mesalib.in
> @@ -109,6 +109,10 @@ config MESALIB_DRI_VC4
>  	bool
>  	prompt "vc4"
>  
> +config MESALIB_DRI_VC5
> +	bool
> +	prompt "vc5"

[...]
checking for v3dv3... no
configure: error: vc5 requires the simulator
[...]

	# needs v3dv3
	depends on BROKEN


Michael

> +
>  comment "API Support"
>  
>  config MESALIB_OPENGL
> diff --git a/rules/mesalib.make b/rules/mesalib.make
> index 6f2431206..c519e58cf 100644
> --- a/rules/mesalib.make
> +++ b/rules/mesalib.make
> @@ -19,8 +19,8 @@ PACKAGES-$(PTXCONF_MESALIB) += mesalib
>  #
>  # Paths and names
>  #
> -MESALIB_VERSION	:= 17.2.6
> -MESALIB_MD5	:= 862f2b7e2a08554570b192a89f723b6f
> +MESALIB_VERSION	:= 17.3.0
> +MESALIB_MD5	:= 7f69ae6aa9c54a990c4d65e29b17f07d
>  MESALIB		:= mesa-$(MESALIB_VERSION)
>  MESALIB_SUFFIX	:= tar.xz
>  MESALIB_URL	:= \
> @@ -61,6 +61,7 @@ MESALIB_GALLIUM_DRIVERS-$(PTXCONF_MESALIB_DRI_ETNAVIV)	+= etnaviv
>  MESALIB_GALLIUM_DRIVERS-$(PTXCONF_MESALIB_DRI_IMX)	+= imx
>  ifdef PTXCONF_ARCH_ARM
>  MESALIB_GALLIUM_DRIVERS-$(PTXCONF_MESALIB_DRI_VC4)	+= vc4
> +MESALIB_GALLIUM_DRIVERS-$(PTXCONF_MESALIB_DRI_VC5)	+= vc5
>  endif
>  
>  MESALIB_GALLIUM_DRIVERS-$(PTXCONF_MESALIB_DRI_SWRAST)	+= swrast
> @@ -114,7 +115,7 @@ MESALIB_CONF_OPT	:= \
>  	--disable-nine \
>  	--disable-xvmc \
>  	--disable-vdpau \
> -	--disable-omx \
> +	--disable-omx-bellagio \
>  	--disable-va \
>  	--disable-opencl \
>  	--disable-opencl-icd \
> -- 
> 2.11.0
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  reply	other threads:[~2018-01-08 13:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-14 10:31 Philipp Zabel
2018-01-08 13:39 ` Michael Olbrich [this message]
2018-01-08 14:11 Philipp Zabel

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=20180108133950.ytezafexjk6ywmqf@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /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