mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/freerdp: conditionally build gstreamer support
Avoid a warning at configure time when gstreamer is missing. Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
361f528aea
commit
4da7b87f7d
@ -14,6 +14,13 @@ FREERDP_LICENSE_FILES = LICENSE
|
|||||||
|
|
||||||
FREERDP_CONF_OPTS = -DWITH_MANPAGES=OFF
|
FREERDP_CONF_OPTS = -DWITH_MANPAGES=OFF
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GSTREAMER),y)
|
||||||
|
FREERDP_CONF_OPTS += -DWITH_GSTREAMER=ON
|
||||||
|
FREERDP_DEPENDENCIES += gstreamer
|
||||||
|
else
|
||||||
|
FREERDP_CONF_OPTS += -DWITH_GSTREAMER=OFF
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_CUPS),y)
|
ifeq ($(BR2_PACKAGE_CUPS),y)
|
||||||
FREERDP_CONF_OPTS += -DWITH_CUPS=ON
|
FREERDP_CONF_OPTS += -DWITH_CUPS=ON
|
||||||
FREERDP_DEPENDENCIES += cups
|
FREERDP_DEPENDENCIES += cups
|
||||||
|
Loading…
x
Reference in New Issue
Block a user