mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-13 07:13:32 +08:00
package/freerdp: drop dependency on host-pkgconf
Currently, we only depend on host-pkgconf for gstreamer-0.x However, we also need it at least for gstreamer-1.x and waylabnd, too. But since FreeRDP is a cmake package, host-pkgconf is always pulled in as a dependency by the cmake-package infrastructure. So, drop the gstreamer-conditional host-pkgconf dependency. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Samuel Martin <s.martin49@gmail.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
8cd840b7e8
commit
1c219d396e
@ -16,7 +16,7 @@ FREERDP_CONF_OPTS = -DWITH_MANPAGES=OFF -Wno-dev
|
||||
|
||||
ifeq ($(BR2_PACKAGE_FREERDP_GSTREAMER),y)
|
||||
FREERDP_CONF_OPTS += -DWITH_GSTREAMER_0_10=ON
|
||||
FREERDP_DEPENDENCIES += gstreamer gst-plugins-base libxml2 host-pkgconf
|
||||
FREERDP_DEPENDENCIES += gstreamer gst-plugins-base libxml2
|
||||
else
|
||||
FREERDP_CONF_OPTS += -DWITH_GSTREAMER_0_10=OFF
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user