From: Andy Shevchenko Date: Thu, 17 Jun 2021 18:36:47 +0000 (+0300) Subject: package/fb-test-app: Install fb-test-string X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ccff6bff09438d5a88c70fdebd5d80201fe9de50;p=buildroot.git package/fb-test-app: Install fb-test-string fb-test-app suite provides a simple app to draw text on a given frame buffer. Install it as well. Signed-off-by: Andy Shevchenko Signed-off-by: Yann E. MORIN --- diff --git a/package/fb-test-app/fb-test-app.mk b/package/fb-test-app/fb-test-app.mk index 1be59a4207..f6e949015e 100644 --- a/package/fb-test-app/fb-test-app.mk +++ b/package/fb-test-app/fb-test-app.mk @@ -18,6 +18,7 @@ define FB_TEST_APP_INSTALL_TARGET_CMDS $(INSTALL) -D -m 0755 $(@D)/rect $(TARGET_DIR)/usr/bin/fb-test-rect $(INSTALL) -D -m 0755 $(@D)/fb-test $(TARGET_DIR)/usr/bin/fb-test $(INSTALL) -D -m 0755 $(@D)/offset $(TARGET_DIR)/usr/bin/fb-test-offset + $(INSTALL) -D -m 0755 $(@D)/fb-string $(TARGET_DIR)/usr/bin/fb-test-string endef $(eval $(generic-package))