mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/freerdp: conditionally build support for libXrender
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
48bf1a45f5
commit
777a252805
@ -70,6 +70,13 @@ else
|
|||||||
FREERDP_CONF_OPTS += -DWITH_XKBFILE=OFF
|
FREERDP_CONF_OPTS += -DWITH_XKBFILE=OFF
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_XLIB_LIBXRENDER),y)
|
||||||
|
FREERDP_CONF_OPTS += -DWITH_XRENDER=ON
|
||||||
|
FREERDP_DEPENDENCIES += xlib_libXrender
|
||||||
|
else
|
||||||
|
FREERDP_CONF_OPTS += -DWITH_XRENDER=OFF
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_XLIB_LIBXV),y)
|
ifeq ($(BR2_PACKAGE_XLIB_LIBXV),y)
|
||||||
FREERDP_CONF_OPTS += -DWITH_XV=ON
|
FREERDP_CONF_OPTS += -DWITH_XV=ON
|
||||||
FREERDP_DEPENDENCIES += xlib_libXv
|
FREERDP_DEPENDENCIES += xlib_libXv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user