mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-03 22:15:22 +00:00
Give others - e.g qmmp the chance to find projectM Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
14 lines
303 B
PkgConfig
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}
|