mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-31 20:04:35 +00:00
11 lines
230 B
PkgConfig
11 lines
230 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libmpq
|
|
Description: GPL version of the libmpq library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lmpq
|
|
Cflags: -I${includedir}/libmpq @LFS_CFLAGS@
|