[Buildroot] [PATCH 0/4 v3] package/freerdp: fix fallout after version bump

Yann E. MORIN yann.morin.1998 at free.fr
Sun Nov 12 08:13:21 UTC 2017


Hello All!

Add a few patches to fix FreeRDP dependencies and build:

  - pkg-config is now used for more than gstreamer-0.x, so make
    it a mandatory dependency;

  - FreeRDP can now log to systemd's journald, so add proper
    dependency and options;

  - backport an upstream patch to fix detection of gstreamer-1.x;

  - fix build of the wayland client, by adding a missing dependency
    and pointing to the correct wayland-scanner tool.

Changes v2 -> v3:
  - carry Thomas' tag
  - respin because Patchwork did not grab the previous ieration

Changes v1 -> v2:
  - reorder patches, pkg-confif first
  - fix typo in variable name  (Arnout)
  - add patches 3 and 4


Regards,
Yann E. MORIN.


The following changes since commit dd09d500aa6972808b2549e4b8c7fa4e396ca91f

  mesa3d: fix build with BR2_SHARED_STATIC_LIBS (2017-11-11 23:40:13 +0100)


are available in the git repository at:

  git://git.buildroot.org/~ymorin/git/buildroot.git

for you to fetch changes up to fda5340f59b762950ec832ecae9d7893c495a277

  package/freerdp: fix build of wayland client (2017-11-12 09:10:32 +0100)


----------------------------------------------------------------
Yann E. MORIN (4):
      package/freerdp: drop dependency on host-pkgconf
      package/freerdp: optional systemd's journald support
      package/freerdp: fix gstreamer-1.x detection
      package/freerdp: fix build of wayland client

 .../freerdp/0001-Fix-gstreamer-1.0-detection.patch | 28 ++++++++++++++++++++++
 package/freerdp/Config.in                          |  1 +
 package/freerdp/freerdp.mk                         | 16 ++++++++++---
 3 files changed, 42 insertions(+), 3 deletions(-)
 create mode 100644 package/freerdp/0001-Fix-gstreamer-1.0-detection.patch

-- 
.-----------------.--------------------.------------------.--------------------.
|  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.  |
'------------------------------^-------^------------------^--------------------'


More information about the buildroot mailing list