mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2024-11-10 06:42:14 +00:00
14 lines
266 B
PkgConfig
14 lines
266 B
PkgConfig
# ogg pkg-config file
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: ogg
|
|
Description: ogg is a library for manipulating ogg bitstreams
|
|
Version: @VERSION@
|
|
Requires:
|
|
Conflicts:
|
|
Libs: -L${libdir} -logg
|
|
Cflags: -I${includedir}
|