All of lore.kernel.org
 help / color / mirror / Atom feed
* [gitlab-ci-runner PATCH] Dockerfile: Add libsdl2-dev
@ 2020-02-03 15:29 Simon Glass
  2020-02-03 15:46 ` Bin Meng
  2020-02-07 16:49 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Simon Glass @ 2020-02-03 15:29 UTC (permalink / raw)
  To: u-boot

We are planning to move sandbox from SDL1.2 to SDL2, so add this library
to the docker image.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index 879e796..d4c37a3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -59,6 +59,7 @@ RUN apt-get update && apt-get install -y \
 	libpixman-1-dev \
 	libpython-dev \
 	libsdl1.2-dev \
+	libsdl2-dev \
 	libssl-dev \
 	libudev-dev \
 	libusb-1.0-0-dev \
-- 
2.25.0.341.g760bfbb309-goog

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gitlab-ci-runner PATCH] Dockerfile: Add libsdl2-dev
  2020-02-03 15:29 [gitlab-ci-runner PATCH] Dockerfile: Add libsdl2-dev Simon Glass
@ 2020-02-03 15:46 ` Bin Meng
  2020-02-07 16:49 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Bin Meng @ 2020-02-03 15:46 UTC (permalink / raw)
  To: u-boot

On Mon, Feb 3, 2020 at 11:29 PM Simon Glass <sjg@chromium.org> wrote:
>
> We are planning to move sandbox from SDL1.2 to SDL2, so add this library
> to the docker image.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
>  Dockerfile | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Dockerfile b/Dockerfile
> index 879e796..d4c37a3 100644
> --- a/Dockerfile
> +++ b/Dockerfile
> @@ -59,6 +59,7 @@ RUN apt-get update && apt-get install -y \
>         libpixman-1-dev \
>         libpython-dev \
>         libsdl1.2-dev \
> +       libsdl2-dev \
>         libssl-dev \
>         libudev-dev \
>         libusb-1.0-0-dev \
> --

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gitlab-ci-runner PATCH] Dockerfile: Add libsdl2-dev
  2020-02-03 15:29 [gitlab-ci-runner PATCH] Dockerfile: Add libsdl2-dev Simon Glass
  2020-02-03 15:46 ` Bin Meng
@ 2020-02-07 16:49 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2020-02-07 16:49 UTC (permalink / raw)
  To: u-boot

On Mon, Feb 03, 2020 at 08:29:19AM -0700, Simon Glass wrote:

> We are planning to move sandbox from SDL1.2 to SDL2, so add this library
> to the docker image.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

Applied to gitlab-ci-runner/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200207/604530bd/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-07 16:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-03 15:29 [gitlab-ci-runner PATCH] Dockerfile: Add libsdl2-dev Simon Glass
2020-02-03 15:46 ` Bin Meng
2020-02-07 16:49 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.