mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
package/wayland: install wayland-scanner to $(HOST)
wayland-scanner is needed by weston. [Peter: use $(INSTALL), fixup white space] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
2cd6def998
commit
efee2e4e17
@ -22,7 +22,9 @@ WAYLAND_CONF_OPT = --disable-scanner
|
|||||||
define WAYLAND_BUILD_SCANNER
|
define WAYLAND_BUILD_SCANNER
|
||||||
(cd $(@D)/src/; \
|
(cd $(@D)/src/; \
|
||||||
$(HOSTCC) $(HOST_CFLAGS) $(HOST_LDFLAGS) \
|
$(HOSTCC) $(HOST_CFLAGS) $(HOST_LDFLAGS) \
|
||||||
-o wayland-scanner scanner.c wayland-util.c -lexpat)
|
-o wayland-scanner scanner.c wayland-util.c -lexpat; \
|
||||||
|
$(INSTALL) -m 0755 -D wayland-scanner \
|
||||||
|
$(HOST_DIR)/usr/bin/wayland-scanner)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
WAYLAND_POST_CONFIGURE_HOOKS += WAYLAND_BUILD_SCANNER
|
WAYLAND_POST_CONFIGURE_HOOKS += WAYLAND_BUILD_SCANNER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user