Remove false API dependencies from libc/posix components

Fixes #3720
This commit is contained in:
Christian Helmuth
2020-03-31 13:17:07 +02:00
committed by Norman Feske
parent 42fddf8390
commit c11d9b7b5c
75 changed files with 54 additions and 120 deletions

View File

@@ -4,6 +4,6 @@ include $(call select_from_repositories,src/app/qt5/tmpl/target_final.inc)
main_window.o: main_window.moc
LIBS += qoost qt5_gui qt5_widgets qt5_core libc
LIBS += qoost qt5_gui qt5_widgets qt5_core libc base
CC_CXX_WARN_STRICT =

View File

@@ -1 +1,3 @@
include $(PRG_DIR)/../target.inc
LIBS += base

View File

@@ -1 +1,3 @@
include $(PRG_DIR)/../target.inc
LIBS += base

View File

@@ -1,3 +1,5 @@
include $(PRG_DIR)/../target.inc
LIBS += base
panel.o main.o: icon.h