13 lines
281 B
PkgConfig
13 lines
281 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libburn
|
|
Description: Library to read/write optical discs
|
|
Version: @VERSION@
|
|
Requires:
|
|
Libs: -L${libdir} -lburn
|
|
Libs.private: @THREAD_LIBS@ @LIBBURN_ARCH_LIBS@
|
|
Cflags: -I${includedir}/libburn
|