All of lore.kernel.org
 help / color / mirror / Atom feed
From: aduskett at gmail.com <aduskett@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 1/1] package/openjdk: fix alsa-lib dependencies
Date: Mon,  8 Apr 2019 14:10:35 -0400	[thread overview]
Message-ID: <20190408181035.38877-1-aduskett@gmail.com> (raw)

From: Adam Duskett <Aduskett@gmail.com>

OpenJDK requires the following alsa-lib modules to be build:
  - mixer
  - pcm
  - rawmidi
  - seq

Fixes:
http://autobuild.buildroot.net/results/c35/c35d64e659960663c935a31f4cb8ed4180728eb1
http://autobuild.buildroot.net/results/845/845fe32967c9879b6c1adbf0630f358be215e174
Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
Changes v1 -> v2:
  - Added SOB line.

 package/openjdk/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/openjdk/Config.in b/package/openjdk/Config.in
index 9cd7bffea3..1363587ed5 100644
--- a/package/openjdk/Config.in
+++ b/package/openjdk/Config.in
@@ -26,6 +26,10 @@ config BR2_PACKAGE_OPENJDK
 	depends on BR2_USE_MMU # cups
 	depends on BR2_PACKAGE_XORG7
 	select BR2_PACKAGE_ALSA_LIB
+	select BR2_PACKAGE_ALSA_LIB_MIXER
+	select BR2_PACKAGE_ALSA_LIB_PCM
+	select BR2_PACKAGE_ALSA_LIB_RAWMIDI
+	select BR2_PACKAGE_ALSA_LIB_SEQ
 	select BR2_PACKAGE_CUPS
 	select BR2_PACKAGE_FONTCONFIG
 	select BR2_PACKAGE_GIFLIB
-- 
2.20.1

             reply	other threads:[~2019-04-08 18:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-08 18:10 aduskett at gmail.com [this message]
2019-04-08 20:31 ` [Buildroot] [PATCH v2 1/1] package/openjdk: fix alsa-lib dependencies 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=20190408181035.38877-1-aduskett@gmail.com \
    --to=aduskett@gmail.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 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.