genode/repos/gems/lib/mk/dialog.mk
Norman Feske 0f54ad8e26 dialog: add text-area widget
This patch moves the text-editing facility of app/text_area to a
text-area widget as part of the dialog library. This has two benefits.
First, it simplifies app/text_area by using the dialog API. Second, the
editor can now easily be reused by other dialog-API-based applications.

Fixes #5058
2023-11-28 14:44:28 +01:00

5 lines
107 B
Makefile

SRC_CC += sandboxed_runtime.cc text_area_widget.cc
LIBS += sandbox
vpath %.cc $(REP_DIR)/src/lib/dialog