Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] mimic: new package
Date: Sun, 11 Dec 2016 11:03:52 +0100	[thread overview]
Message-ID: <87oa0isrxz.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <87shpusrzw.fsf@dell.be.48ers.dk> (Peter Korsgaard's message of "Sun, 11 Dec 2016 11:02:43 +0100")

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

Hi,

 >> +MIMIC_DEPENDENCIES = host-pkgconf
 >> +
 >> +ifeq ($(BR2_PACKAGE_MIMIC_AUDIO_BACKEND_ALSA),y)
 >> +MIMIC_AUDIO_BACKEND = alsa
 >> +MIMIC_DEPENDENCIES = alsa-lib
 >> +else ifeq ($(BR2_PACKAGE_MIMIC_AUDIO_BACKEND_PORTAUDIO),y)
 >> +MIMIC_AUDIO_BACKEND = portaudio
 >> +MIMIC_DEPENDENCIES = portaudio
 >> +else ifeq ($(BR2_PACKAGE_MIMIC_AUDIO_BACKEND_PULSEAUDIO),y)
 >> +MIMIC_AUDIO_BACKEND = pulseaudio
 >> +MIMIC_DEPENDENCIES = pulseaudio

 > configure.ac uses PKG_CHECK_MODULES to detect these, so we should depend
 > on host-pkgconf - I've fixed that in git.

Ehh, must have been -ENOCOFFEE. You indeed already have host-pkgconf,
please ignore.

-- 
Bye, Peter Korsgaard

      reply	other threads:[~2016-12-11 10:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-10 12:21 [Buildroot] [PATCH] mimic: new package Ezequiel Garcia
2016-12-10 13:59 ` Thomas Petazzoni
2016-12-11 10:02 ` Peter Korsgaard
2016-12-11 10:03   ` Peter Korsgaard [this message]

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=87oa0isrxz.fsf@dell.be.48ers.dk \
    --to=peter@korsgaard.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox