From: Juergen Beisert <jbe@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH] libmediastreamer: a multimedia streaming engine for linphone
Date: Fri, 6 Apr 2012 11:47:40 +0200 [thread overview]
Message-ID: <201204061147.41049.jbe@pengutronix.de> (raw)
In-Reply-To: <201204041007.30577.jbe@pengutronix.de>
Hi Michael,
Juergen Beisert wrote:
> [...]
> diff --git a/rules/libmediastreamer.in b/rules/libmediastreamer.in
> new file mode 100644
> index 0000000..3aa990a
> --- /dev/null
> +++ b/rules/libmediastreamer.in
> @@ -0,0 +1,56 @@
> +## SECTION=system_libraries
> +
> +menuconfig LIBMEDIASTREAMER
> + tristate
> + prompt "libmediastreamer "
> + select LIBORTP
> + select SPEEX if LIBMEDIASTREAMER_SPEEX
> + select ALSA_LIB if LIBMEDIASTREAMER_ALSA
> + select LIBC_PTHREAD
> + select LIBC_M
> + select LIBC_RT
> + select LIBC_DL
> + select GCCLIBS_GCC_S
> + select GCCLIBS_CXX
> +# this only to re-generate the configure.ac
> + select HOST_GETTEXT
> + select HOST_INTLTOOL
> + help
> + Multimedia streaming engine for linphone
In the meantime I changed the dependencies to:
> +# this only to re-generate the configure.ac
> + select HOST_GETTEXT if BUILDTIME
> + select HOST_INTLTOOL if BUILDTIME
But it seems it does not work as intended or at least not how I understand it.
Because the "extract" stage with the running autoreconf fails due to a
missing 'AM_GNU_GETTEXT' which only is present when the 'HOST_GETTEXT'
dependency is correctly handled.
Am I wrong with the "if BUILDTIME" dependency for the host tools?
When I remove the "if BUILDTIME" the host's gettext package is built first and
the build continues successfuly.
jbe
--
Pengutronix e.K. | Juergen Beisert |
Linux Solutions for Science and Industry | http://www.pengutronix.de/ |
--
ptxdist mailing list
ptxdist@pengutronix.de
next prev parent reply other threads:[~2012-04-06 9:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-04 8:07 Juergen Beisert
2012-04-06 5:51 ` Michael Olbrich
2012-04-06 9:47 ` Juergen Beisert [this message]
2012-04-06 20:10 ` Michael Olbrich
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=201204061147.41049.jbe@pengutronix.de \
--to=jbe@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/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