- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
29 lines
747 B
Diff
29 lines
747 B
Diff
From 6369a5be2af2ed1fa443f40f48deaf318d22713e Mon Sep 17 00:00:00 2001
|
|
From: Hongxu Jia <hongxu.jia@windriver.com>
|
|
Date: Thu, 20 Jul 2017 05:06:00 -0400
|
|
Subject: [PATCH 3/4] add missing dynamic library to FLTK_LIBRARIES
|
|
|
|
Upstream-Status: Pending
|
|
|
|
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
|
---
|
|
CMakeLists.txt | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index fb72a00..5732dc8 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -246,6 +246,8 @@ if(UNIX AND NOT APPLE)
|
|
endif()
|
|
endif()
|
|
|
|
+set(FLTK_LIBRARIES ${FLTK_LIBRARIES} -lm -ldl -lpng -ljpeg)
|
|
+
|
|
# Check for GNUTLS library
|
|
option(ENABLE_GNUTLS "Enable protocol encryption and advanced authentication" ON)
|
|
if(ENABLE_GNUTLS)
|
|
--
|
|
2.7.4
|
|
|