summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-10-21 09:55:38 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-10-21 11:44:30 +0200
commit63c7efeb3b31d276bc04e11ba6a7488da9232e41 (patch)
tree15f6718a36cfcb587f099a0ea2c19020385cf15a
parenta8850ba9cad6ee868d2b0db17dba8bcfd55c62ad (diff)
downloadptxdist-63c7efeb3b31d276bc04e11ba6a7488da9232e41.tar.gz
ptxdist-63c7efeb3b31d276bc04e11ba6a7488da9232e41.tar.xz
weston: fix targetinstall
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/weston.make17
1 files changed, 11 insertions, 6 deletions
diff --git a/rules/weston.make b/rules/weston.make
index 74b04d094..402bea968 100644
--- a/rules/weston.make
+++ b/rules/weston.make
@@ -96,24 +96,29 @@ ifdef PTXCONF_WESTON_WCAP_TOOLS
@$(call install_copy, weston, 0, 0, 0755, -, /usr/bin/wcap-decode)
endif
+ @$(call install_lib, weston, 0, 0, 0644, libweston-1)
+ @$(call install_lib, weston, 0, 0, 0644, libweston-desktop-1)
ifdef PTXCONF_WESTON_XWAYLAND
- @$(call install_lib, weston, 0, 0, 0644, weston/xwayland)
+ @$(call install_lib, weston, 0, 0, 0644, libweston-1/xwayland)
endif
ifdef PTXCONF_WESTON_DRM_COMPOSITOR
- @$(call install_lib, weston, 0, 0, 0644, weston/drm-backend)
+ @$(call install_lib, weston, 0, 0, 0644, libweston-1/drm-backend)
endif
ifdef PTXCONF_WESTON_HEADLESS_COMPOSITOR
- @$(call install_lib, weston, 0, 0, 0644, weston/headless-backend)
+ @$(call install_lib, weston, 0, 0, 0644, libweston-1/headless-backend)
endif
ifdef PTXCONF_WESTON_FBDEV_COMPOSITOR
- @$(call install_lib, weston, 0, 0, 0644, weston/fbdev-backend)
+ @$(call install_lib, weston, 0, 0, 0644, libweston-1/fbdev-backend)
endif
ifdef PTXCONF_WESTON_GL
- @$(call install_lib, weston, 0, 0, 0644, weston/wayland-backend)
- @$(call install_lib, weston, 0, 0, 0644, weston/gl-renderer)
+ @$(call install_lib, weston, 0, 0, 0644, libweston-1/wayland-backend)
+ @$(call install_lib, weston, 0, 0, 0644, libweston-1/gl-renderer)
endif
@$(call install_lib, weston, 0, 0, 0644, weston/desktop-shell)
@$(call install_lib, weston, 0, 0, 0644, weston/fullscreen-shell)
+ifdef PTXCONF_WESTON_SYSTEMD
+ @$(call install_lib, weston, 0, 0, 0644, weston/systemd-notify)
+endif
@$(call install_copy, weston, 0, 0, 0755, -, /usr/libexec/weston-simple-im)
@$(call install_copy, weston, 0, 0, 0755, -, /usr/libexec/weston-screenshooter)