Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] libdrm: Add menu option to install the test programs
Date: Mon, 9 Jun 2014 11:11:59 -0300	[thread overview]
Message-ID: <20140609141159.GB23641@arch.cereza> (raw)
In-Reply-To: <1400857999-17449-1-git-send-email-ezequiel@vanguardiasur.com.ar>

(Adding Bernd to Cc)

On 23 May 12:13 PM, Ezequiel Garcia wrote:
> The libdrm has a bunch of useful test programs. Add an option to pass
> the configure option to install them.
> 
> Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
> ---
>  package/libdrm/Config.in | 5 +++++
>  package/libdrm/libdrm.mk | 4 ++++
>  2 files changed, 9 insertions(+)
> 
> diff --git a/package/libdrm/Config.in b/package/libdrm/Config.in
> index e6a7a42..9acc908 100644
> --- a/package/libdrm/Config.in
> +++ b/package/libdrm/Config.in
> @@ -10,6 +10,11 @@ config BR2_PACKAGE_LIBDRM
>  
>  if BR2_PACKAGE_LIBDRM
>  
> +config BR2_PACKAGE_LIBDRM_INSTALL_TESTS
> +	bool "Install test programs"
> +	help
> +	  This option allows to install the libdrm test programs.
> +
>  menu "DRM Drivers"
>  
>  config BR2_PACKAGE_LIBDRM_INTEL
> diff --git a/package/libdrm/libdrm.mk b/package/libdrm/libdrm.mk
> index b3e4d7a..d912d6d 100644
> --- a/package/libdrm/libdrm.mk
> +++ b/package/libdrm/libdrm.mk
> @@ -69,4 +69,8 @@ else
>  LIBDRM_CONF_OPT += --disable-udev
>  endif
>  
> +ifeq ($(BR2_PACKAGE_LIBDRM_INSTALL_TESTS),y)
> +LIBDRM_CONF_OPT += --enable-install-test-programs
> +endif
> +
>  $(eval $(autotools-package))
> 

Any feedback on this?

-- 
Ezequiel Garcia, VanguardiaSur
www.vanguardiasur.com.ar

  parent reply	other threads:[~2014-06-09 14:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-23 15:13 [Buildroot] [PATCH] libdrm: Add menu option to install the test programs Ezequiel Garcia
2014-06-04 19:30 ` Ezequiel Garcia
2014-06-09 14:11 ` Ezequiel Garcia [this message]
2014-06-14 17:06 ` Thomas Petazzoni

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=20140609141159.GB23641@arch.cereza \
    --to=ezequiel@vanguardiasur.com.ar \
    --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