From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v16 2/3] xbmc: Add option for Goom screensaver
Date: Fri, 1 Aug 2014 23:31:14 +0200 [thread overview]
Message-ID: <20140801213114.GF3778@free.fr> (raw)
In-Reply-To: <1406914359-31106-3-git-send-email-bernd.kuhls@t-online.de>
Bernd, All,
On 2014-08-01 19:32 +0200, Bernd Kuhls spake thusly:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Regards,
Yann E. MORIN.
> ---
> package/xbmc/Config.in | 9 +++++++++
> package/xbmc/xbmc.mk | 6 ++++++
> 2 files changed, 15 insertions(+)
>
> diff --git a/package/xbmc/Config.in b/package/xbmc/Config.in
> index 04bc86f..6a00531 100644
> --- a/package/xbmc/Config.in
> +++ b/package/xbmc/Config.in
> @@ -128,6 +128,15 @@ config BR2_PACKAGE_XBMC_LIBBLURAY
> comment "libbluray support needs a toolchain w/ dynamic library"
> depends on BR2_PREFER_STATIC_LIB
>
> +config BR2_PACKAGE_XBMC_GOOM
> + bool "goom screensaver"
> + depends on BR2_PACKAGE_XBMC_GL
> + help
> + Enable goom screensaver
> +
> +comment "goom needs an OpenGL backend"
> + depends on !BR2_PACKAGE_XBMC_GL
> +
> config BR2_PACKAGE_XBMC_LIBCEC
> bool "hdmi cec"
> depends on !BR2_PREFER_STATIC_LIB # libcec
> diff --git a/package/xbmc/xbmc.mk b/package/xbmc/xbmc.mk
> index c868b59..920d731 100644
> --- a/package/xbmc/xbmc.mk
> +++ b/package/xbmc/xbmc.mk
> @@ -109,6 +109,12 @@ XBMC_CONF_OPT += --disable-gles
> endif
> endif
>
> +ifeq ($(BR2_PACKAGE_XBMC_GOOM),y)
> +XBMC_CONF_OPT += --enable-goom
> +else
> +XBMC_CONF_OPT += --disable-goom
> +endif
> +
> ifeq ($(BR2_PACKAGE_XBMC_LIBUSB),y)
> XBMC_DEPENDENCIES += libusb-compat
> XBMC_CONF_OPT += --enable-libusb
> --
> 1.7.10.4
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2014-08-01 21:31 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-01 17:32 [Buildroot] [PATCH v16 0/3] package/xbmc: Add support for OpenGL and libva, add option for Goom Bernd Kuhls
2014-08-01 17:32 ` [Buildroot] [PATCH v16 1/3] xbmc: Add X.org/OpenGL support Bernd Kuhls
2014-08-01 21:30 ` Yann E. MORIN
2014-08-01 22:02 ` Bernd Kuhls
2014-08-01 22:18 ` Yann E. MORIN
2014-08-02 11:19 ` Bernd Kuhls
2014-08-01 17:32 ` [Buildroot] [PATCH v16 2/3] xbmc: Add option for Goom screensaver Bernd Kuhls
2014-08-01 21:31 ` Yann E. MORIN [this message]
2014-08-01 17:32 ` [Buildroot] [PATCH v16 3/3] xbmc: Add VA-API support Bernd Kuhls
2014-08-01 21:32 ` Yann E. MORIN
2014-08-03 8:42 ` [Buildroot] [PATCH v16 0/3] package/xbmc: Add support for OpenGL and libva, add option for Goom Thomas Petazzoni
2014-08-12 23:05 ` Yann E. MORIN
2014-08-13 4:21 ` 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=20140801213114.GF3778@free.fr \
--to=yann.morin.1998@free.fr \
--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