mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-07 02:52:42 +08:00
13 lines
325 B
PkgConfig
13 lines
325 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: MiniGUI
|
|
Description: A mature cross-platform windowing system and GUI system for embedded and IoT devices.
|
|
Version: @MINIGUI_VERSION@
|
|
Requires:
|
|
Libs: -L${libdir} -lminigui_@MGLIB_SUFFIX@ @DEP_LIBS@
|
|
Libs.private:
|
|
Cflags: -I${includedir}
|