mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-13 14:35:34 +00:00
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 $@
|