From: "André Hentschel" <nerv@dawncrow.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] wine: Add OpenAL dependency
Date: Mon, 14 Dec 2015 00:57:05 +0100 [thread overview]
Message-ID: <566E05D1.700@dawncrow.de> (raw)
Signed-off-by: Andr? Hentschel <nerv@dawncrow.de>
---
package/wine/wine.mk | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/package/wine/wine.mk b/package/wine/wine.mk
index 1a1fea0..98958ef 100644
--- a/package/wine/wine.mk
+++ b/package/wine/wine.mk
@@ -25,7 +25,6 @@ WINE_CONF_OPTS = \
--without-gphoto \
--without-gsm \
--without-hal \
- --without-openal \
--without-opencl \
--without-oss
@@ -163,6 +162,13 @@ else
WINE_CONF_OPTS += --without-curses
endif
+ifeq ($(BR2_PACKAGE_OPENAL),y)
+WINE_CONF_OPTS += --with-openal
+WINE_DEPENDENCIES += openal
+else
+WINE_CONF_OPTS += --without-openal
+endif
+
ifeq ($(BR2_PACKAGE_OPENLDAP),y)
WINE_CONF_OPTS += --with-ldap
WINE_DEPENDENCIES += openldap
--
1.9.1
next reply other threads:[~2015-12-13 23:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-13 23:57 André Hentschel [this message]
2015-12-15 21:57 ` [Buildroot] [PATCH] wine: Add OpenAL dependency 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=566E05D1.700@dawncrow.de \
--to=nerv@dawncrow.de \
--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