]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/freerdp/0001-Fix-gstreamer-1.0-detection.patch
lrzsz: install symlinks for XMODEM and YMODEM
[coffee/buildroot.git] / package / freerdp / 0001-Fix-gstreamer-1.0-detection.patch
1 From 368989526c32cdf9d680a397fede3cb773fa2609 Mon Sep 17 00:00:00 2001
2 From: Mike Gilbert <floppym@gentoo.org>
3 Date: Fri, 28 Jul 2017 16:31:41 -0400
4 Subject: [PATCH 1/1] Fix gstreamer-1.0 detection
5
6 [yann.morin.1998@free.fr: backport from upstream]
7 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
8
9 ---
10  cmake/FindGStreamer_1_0.cmake | 2 +-
11  1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/cmake/FindGStreamer_1_0.cmake b/cmake/FindGStreamer_1_0.cmake
14 index 3aa8fc6dc..6fbc0ecc5 100644
15 --- a/cmake/FindGStreamer_1_0.cmake
16 +++ b/cmake/FindGStreamer_1_0.cmake
17 @@ -59,7 +59,7 @@ macro(FIND_GSTREAMER_COMPONENT _component_prefix _pkgconfig_name _library)
18  
19      string(REGEX MATCH "(.*)>=(.*)" _dummy "${_pkgconfig_name}")
20      if ("${CMAKE_MATCH_2}" STREQUAL "")
21 -        pkg_check_modules(PC_${_component_prefix} "${_pkgconfig_name} >= ${GStreamer_FIND_VERSION}")
22 +        pkg_check_modules(PC_${_component_prefix} "${_pkgconfig_name} >= ${GSTREAMER_1_0_MINIMUM_VERSION}")
23      else ()
24          pkg_check_modules(PC_${_component_prefix} ${_pkgconfig_name})
25      endif ()
26 -- 
27 2.11.0
28