mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2025-12-15 08:55:35 +08:00
14 lines
359 B
PkgConfig
14 lines
359 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: MiniGUI
|
|
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:
|
|
Cflags: -I${includedir}
|