mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
package/freerdp: conditionally build support for libXi
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
4da7b87f7d
commit
48bf1a45f5
@ -49,6 +49,13 @@ else
|
|||||||
FREERDP_CONF_OPTS += -DWITH_PULSEAUDIO=OFF
|
FREERDP_CONF_OPTS += -DWITH_PULSEAUDIO=OFF
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_XLIB_LIBXI),y)
|
||||||
|
FREERDP_CONF_OPTS += -DWITH_XI=ON
|
||||||
|
FREERDP_DEPENDENCIES += xlib_libXi
|
||||||
|
else
|
||||||
|
FREERDP_CONF_OPTS += -DWITH_XI=OFF
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_XLIB_LIBXINERAMA),y)
|
ifeq ($(BR2_PACKAGE_XLIB_LIBXINERAMA),y)
|
||||||
FREERDP_CONF_OPTS += -DWITH_XINERAMA=ON
|
FREERDP_CONF_OPTS += -DWITH_XINERAMA=ON
|
||||||
FREERDP_DEPENDENCIES += xlib_libXinerama
|
FREERDP_DEPENDENCIES += xlib_libXinerama
|
||||||
|
Loading…
x
Reference in New Issue
Block a user