mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2025-12-19 11:39:25 +08:00
13 lines
316 B
PkgConfig
13 lines
316 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: MiniGUI
|
|
Description: A windowing system for embedded system.
|
|
Version: @MiniGUI_VERSION@
|
|
Requires:
|
|
Libs: -L${libdir} -lminigui_@MGLIB_SUFFIX@ @MINIGUI_LIBRARIES_LIST@
|
|
Libs.private:
|
|
Cflags: -I${includedir} @MINIGUI_INCLUDE_LIST@
|