mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-05 05:24:13 +00:00
18869199ca
Fixes #5325
15 lines
309 B
Makefile
15 lines
309 B
Makefile
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/qt6)
|
|
|
|
MIRROR_LIB_SYMBOLS := libQt6ShaderTools
|
|
|
|
content: $(MIRROR_LIB_SYMBOLS)
|
|
|
|
$(MIRROR_LIB_SYMBOLS):
|
|
mkdir -p lib/symbols
|
|
cp $(PORT_DIR)/src/lib/qt6/genode/api/lib/symbols/$@ lib/symbols/
|
|
|
|
content: LICENSE
|
|
|
|
LICENSE:
|
|
cp $(PORT_DIR)/src/lib/qt6/LICENSE.LGPL3 $@
|