mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-12-02 16:34:23 +01:00
13 lines
307 B
PkgConfig
13 lines
307 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=@libdir@
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: guichan
|
||
|
Description: A portable C++ GUI library designed for games using Allegro, HGE, OpenGL, OpenLayer and/or SDL.
|
||
|
Version: @VERSION@
|
||
|
Requires: sdl
|
||
|
Conflicts:
|
||
|
Libs: -L${libdir} -lguichan_sdl
|
||
|
Cflags: -I${includedir}
|