From 330365e63bd02c41f98da6086a2c5d3f5b3ef3e8 Mon Sep 17 00:00:00 2001 From: Tamas Nagy Date: Wed, 21 Apr 2021 11:29:18 +0200 Subject: [PATCH] Remove gst plugins good-->base pkgcfg dependency --- cmake/projects/gst_plugins_good/hunter.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/projects/gst_plugins_good/hunter.cmake b/cmake/projects/gst_plugins_good/hunter.cmake index b982d9c38a..845ac01070 100644 --- a/cmake/projects/gst_plugins_good/hunter.cmake +++ b/cmake/projects/gst_plugins_good/hunter.cmake @@ -47,7 +47,7 @@ hunter_cmake_args( gst_plugins_good CMAKE_ARGS DEPENDS_ON_PACKAGES=gst_plugins_base;xext;Jpeg - DEPENDS_ON_PKGCONFIGS=gstreamer-plugins-base-1.0 # ??? +# DEPENDS_ON_PKGCONFIGS=gstreamer-plugins-base-1.0 # ??? PKGCONFIG_EXPORT_TARGETS=${_gst_export_targets} )