mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2025-12-20 04:14:32 +08:00
use pkgconfig to define the runmode of MiniGUI
This commit is contained in:
@@ -4,8 +4,9 @@ libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: MiniGUI
|
||||
Description: A mature cross-platform windowing system and GUI system for embedded and IoT devices.
|
||||
Description: A mature cross-platform windowing and GUI system for embedded systems and IoT smart devices.
|
||||
Version: @MINIGUI_VERSION@
|
||||
Runmode: @MINIGUI_RUNMODE@
|
||||
Requires:
|
||||
Libs: -L${libdir} -lminigui_@MGLIB_SUFFIX@ @DEP_LIBS@
|
||||
Libs.private:
|
||||
|
||||
Reference in New Issue
Block a user