mirror of
https://github.com/7800-devtools/a7800.git
synced 2025-04-02 10:52:37 -04:00
11 lines
231 B
PkgConfig
11 lines
231 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: expat
|
|
Version: @PACKAGE_VERSION@
|
|
Description: expat XML parser
|
|
URL: http://www.libexpat.org
|
|
Libs: -L${libdir} -lexpat
|
|
Cflags: -I${includedir}
|