mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-11 21:45:37 +00:00
parent
2ac0a7368c
commit
fe18db4d34
@ -1 +1 @@
|
||||
f1114bb5e6cdf5a3dcb071e067d8ef16b05b3e28
|
||||
695f32b36de504cc9d882cba9c1bb539721939e8
|
||||
|
@ -4,5 +4,5 @@ VERSION := 6.6.2
|
||||
DOWNLOADS := qt6_api.git
|
||||
|
||||
URL(qt6_api) := https://github.com/cproc/qt6_api.git
|
||||
REV(qt6_api) := issue5402
|
||||
REV(qt6_api) := issue5419
|
||||
DIR(qt6_api) := src/lib/qt6_api
|
||||
|
@ -1,6 +1,7 @@
|
||||
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/qt6_api)
|
||||
|
||||
MIRROR_LIB_SYMBOLS := libQt6Svg
|
||||
MIRROR_LIB_SYMBOLS := libQt6Svg \
|
||||
libQt6SvgWidgets
|
||||
|
||||
content: $(MIRROR_LIB_SYMBOLS)
|
||||
|
||||
|
@ -11,7 +11,8 @@ QT6_PORT_LIBS = libQt6Core libQt6Gui libQt6Widgets
|
||||
|
||||
LIBS = qt6_cmake ldso_so_support libc libm egl mesa qt6_component stdcxx
|
||||
|
||||
INSTALL_LIBS = lib/libQt6Svg.lib.so
|
||||
INSTALL_LIBS = lib/libQt6Svg.lib.so \
|
||||
lib/libQt6SvgWidgets.lib.so
|
||||
|
||||
BUILD_ARTIFACTS = $(notdir $(INSTALL_LIBS))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user