mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Alexander Dahl <ada@thorsis.com>
Subject: Re: [ptxdist] [APPLIED] gpsd: Make C++ wrapper support optional
Date: Thu, 27 May 2021 08:45:31 +0200	[thread overview]
Message-ID: <20210527064531.4040795-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20210506105208.126291-1-ada@thorsis.com>

Thanks, applied as b69cb926e7e8eb26ebccfc5bb3df66bc2c16a9b1.

Michael

[sent from post-receive hook]

On Thu, 27 May 2021 08:45:31 +0200, Alexander Dahl <ada@thorsis.com> wrote:
> Some applications use that wrapped interface for C++ …
> 
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <20210506105208.126291-1-ada@thorsis.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/gpsd.in b/rules/gpsd.in
> index a203e48d4e3b..deebe6bbc0c7 100644
> --- a/rules/gpsd.in
> +++ b/rules/gpsd.in
> @@ -68,6 +68,12 @@ config GPSD_USB
>  
>  comment "Other options    ---"
>  
> +config GPSD_LIBGPSMM
> +	bool
> +	prompt "C++ class wrappers"
> +	help
> +	  Enables libgpsmm, a C++ class wrapper for libgps.
> +
>  config GPSD_PYTHON
>  	bool
>  	prompt "python bindings"
> diff --git a/rules/gpsd.make b/rules/gpsd.make
> index 0bda35d91e40..4389356d2b20 100644
> --- a/rules/gpsd.make
> +++ b/rules/gpsd.make
> @@ -81,7 +81,7 @@ GPSD_CONF_OPT	= \
>  	implicit_link=yes \
>  	isync=$(call ptx/yesno, PTXCONF_GPSD_DRIVER_ISYNC) \
>  	itrax=$(call ptx/yesno, PTXCONF_GPSD_DRIVER_ITRAX) \
> -	libgpsmm=no \
> +	libgpsmm=$(call ptx/yesno, PTXCONF_GPSD_LIBGPSMM) \
>  	magic_hat=no \
>  	manbuild=no \
>  	minimal=yes \

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

      reply	other threads:[~2021-05-27  6:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-06 10:52 [ptxdist] [PATCH] " Alexander Dahl
2021-05-27  6:45 ` Michael Olbrich [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=20210527064531.4040795-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ada@thorsis.com \
    --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