summaryrefslogtreecommitdiffstats
path: root/rules/weston.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/weston.make')
-rw-r--r--rules/weston.make5
1 files changed, 4 insertions, 1 deletions
diff --git a/rules/weston.make b/rules/weston.make
index 2bc2605fb..0a823746c 100644
--- a/rules/weston.make
+++ b/rules/weston.make
@@ -58,7 +58,7 @@ WESTON_CONF_OPT := \
-Dimage-jpeg=true \
-Dimage-webp=false \
-Dlauncher-logind=$(call ptx/truefalse,PTXCONF_SYSTEMD_LOGIND) \
- -Dremoting=false \
+ -Dremoting=$(call ptx/truefalse,PTXCONF_WESTON_REMOTING) \
-Drenderer-gl=$(call ptx/truefalse,PTXCONF_WESTON_GL) \
-Dresize-pool=true \
-Dscreenshare=false \
@@ -143,6 +143,9 @@ ifdef PTXCONF_WESTON_GL
@$(call install_lib, weston, 0, 0, 0644, libweston-$(LIBWESTON_MAJOR)/wayland-backend)
@$(call install_lib, weston, 0, 0, 0644, libweston-$(LIBWESTON_MAJOR)/gl-renderer)
endif
+ifdef PTXCONF_WESTON_REMOTING
+ @$(call install_lib, weston, 0, 0, 0644, libweston-$(LIBWESTON_MAJOR)/remoting-plugin)
+endif
@$(call install_lib, weston, 0, 0, 0644, weston/desktop-shell)
@$(call install_lib, weston, 0, 0, 0644, weston/fullscreen-shell)
ifdef PTXCONF_WESTON_IVISHELL