This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
libcdio-osx/libcdio_cdda.pc.in
rocky 266cb9a65d libcdio_cdda.pc.in: had wrong cdda_interface library
Rename paranoia routines to cdio-specific names so both libraries can
coexist.  And I think it makes debugging a little easier if not
clearer.
2005-01-25 11:04:45 +00:00

12 lines
247 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: @PACKAGE_NAME@
Description: Portable CD-ROM I/O library
Version: @PACKAGE_VERSION@
#Requires: glib-2.0
Libs: -L${libdir} -lcdio_cdda
Cflags: -I${includedir}