mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
package/weston: Add demo clients install option
Signed-off-by: Sergi Granell <xerpi.g.12@gmail.com> Reviewed-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
4d33573aa5
commit
1c7e22c799
@ -104,4 +104,9 @@ config BR2_PACKAGE_WESTON_XWAYLAND
|
|||||||
comment "XWayland support needs libepoxy and X.org enabled"
|
comment "XWayland support needs libepoxy and X.org enabled"
|
||||||
depends on !BR2_PACKAGE_XORG7 || !BR2_PACKAGE_LIBEPOXY
|
depends on !BR2_PACKAGE_XORG7 || !BR2_PACKAGE_LIBEPOXY
|
||||||
|
|
||||||
|
config BR2_PACKAGE_WESTON_DEMO_CLIENTS
|
||||||
|
bool "demo clients"
|
||||||
|
help
|
||||||
|
This enables the installation of Weston's demo clients.
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@ -142,4 +142,10 @@ else
|
|||||||
WESTON_CONF_OPTS += --disable-junit-xml
|
WESTON_CONF_OPTS += --disable-junit-xml
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_WESTON_DEMO_CLIENTS),y)
|
||||||
|
WESTON_CONF_OPTS += --enable-demo-clients-install
|
||||||
|
else
|
||||||
|
WESTON_CONF_OPTS += --disable-demo-clients-install
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user