mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-19 01:10:35 +00:00
This exposes makes the dialog API usable for users of Goa. It turns the former static dialog library to a shared object and accompanied symbols file, and adds depot recipes for the library and API. Issue #5409
7 lines
125 B
Makefile
7 lines
125 B
Makefile
SRC_CC += sandboxed_runtime.cc text_area_widget.cc
|
|
LIBS += sandbox
|
|
|
|
vpath %.cc $(REP_DIR)/src/lib/dialog
|
|
|
|
SHARED_LIB = yes
|