From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] package/freerdp: optional systemd's journald support
Date: Sun, 5 Nov 2017 22:13:35 +0100 [thread overview]
Message-ID: <20171105211335.GB10472@scaer> (raw)
In-Reply-To: <42fde6ff-e432-184c-a25f-38440eeea207@mind.be>
Arnout, All,
On 2017-11-05 20:22 +0100, Arnout Vandecappelle spake thusly:
> On 05-11-17 19:46, Yann E. MORIN wrote:
> > FreeRDP now has support for writing to the journal, so we must ensure
> > proper dependency and correct options.
> >
> > Partially fixes:
> > http://autobuild.buildroot.org/results/81aa66ddd88919295ccb5f34b527b737627263a7/
> >
> > Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> > ---
> > package/freerdp/freerdp.mk | 8 ++++++++
> > 1 file changed, 8 insertions(+)
> >
> > diff --git a/package/freerdp/freerdp.mk b/package/freerdp/freerdp.mk
> > index 382cd39647..d6320de4c2 100644
> > --- a/package/freerdp/freerdp.mk
> > +++ b/package/freerdp/freerdp.mk
> > @@ -56,6 +56,14 @@ else
> > FREERDP_CONF_OPTS += -DWITH_PULSEAUDIO=OFF
> > endif
> >
> > +# For the systemd journal
> > +ifeq ($(BR2_PACAKGE_SYSTEMD),y)
>
> PACAKGE?
Seriously? :-]
Damned, no wonders it is now working! Muahaha!... Aha... Eh. Meh... :-]
Regards,
Yann E. MORIN.
> Regards,
> Arnout
>
> > +FREERDP_CONF_OPTS += -DWITH_LIBSYSTEMD=ON
> > +FREERDP_DEPENDENCIES += systemd
> > +else
> > +FREERDP_CONF_OPTS += -DWITH_LIBSYSTEMD=OFF
> > +endif
> > +
> > ifeq ($(BR2_ARM_CPU_HAS_NEON),y)
> > FREERDP_CONF_OPTS += -DWITH_NEON=ON
> > else
> >
>
> --
> Arnout Vandecappelle arnout at mind be
> Senior Embedded Software Architect +32-16-286500
> Essensium/Mind http://www.mind.be
> G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
> LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
> GPG fingerprint: 7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2017-11-05 21:13 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-05 18:46 [Buildroot] [PATCH 0/2] package/freerdp: fix fallout after version bump Yann E. MORIN
2017-11-05 18:46 ` [Buildroot] [PATCH 1/2] package/freerdp: optional systemd's journald support Yann E. MORIN
2017-11-05 19:22 ` Arnout Vandecappelle
2017-11-05 21:13 ` Yann E. MORIN [this message]
2017-11-05 18:46 ` [Buildroot] [PATCH 2/2] package/freerdp: always uses pkg-config Yann E. MORIN
2017-11-05 21:17 ` Samuel Martin
2017-11-05 21:22 ` Yann E. MORIN
2017-11-05 22:09 ` Arnout Vandecappelle
2017-11-05 22:15 ` Yann E. MORIN
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=20171105211335.GB10472@scaer \
--to=yann.morin.1998@free.fr \
--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.