Files
projectm/src/libprojectM/libprojectM.pc.in
Andreas Müller 4305ce94f4 Re-add pkg-config support
Give others - e.g qmmp the chance to find projectM

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-04-14 23:53:28 +02:00

14 lines
303 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
pkgdatadir=@datadir@/@PACKAGE_NAME@
sysconfdir=@datadir@/@PACKAGE_NAME@
Name: libprojectM
Version: @PACKAGE_VERSION@
Description: projectM - OpenGL Milkdrop
Requires:
Libs: -L${libdir} -lprojectM
Cflags: -I${includedir}