root / trunk / openlibraries.pc.in

Revision 1339, 1.3 kB (checked in by glslang, 1 year ago)

+ removes rpath references and png fixes for leopard when X11 is installed

  • Property svn:eol-style set to native
Line 
1
2#
3# pkgconfig for OpenLibraries
4#
5
6prefix=@prefix@
7exec_prefix=@exec_prefix@
8libdir=@libdir@
9includedir=@includedir@
10
11OPENIMAGELIB_PLUGINS=@OPENIMAGELIB_PLUGINPATH@
12OPENMEDIALIB_PLUGINS=@OPENMEDIALIB_PLUGINPATH@
13OPENEFFECTSLIB_PLUGINS=@OPENEFFECTSLIB_PLUGINPATH@
14OPENOBJECTLIB_PLUGINS=@OPENOBJECTLIB_PLUGINPATH@
15OPENASSETLIB_PLUGINS=@OPENASSETLIB_PLUGINPATH@
16
17Name: OpenLibraries
18Description: OpenLibraries - a library suite for non-linear editing, visual effects and rich media applications.
19Version: @OL_MAJOR@.@OL_MINOR@.@OL_SUB@
20
21Libs: -L${libdir}/openlibraries-@OL_MAJOR@.@OL_MINOR@.@OL_SUB@/openobjectlib/@OL_LIBNAME@ -lopenobjectlib_sg \
22         -L${libdir}/openlibraries-@OL_MAJOR@.@OL_MINOR@.@OL_SUB@/openimagelib/@OL_LIBNAME@ -lopenimagelib_il \
23         -L${libdir}/openlibraries-@OL_MAJOR@.@OL_MINOR@.@OL_SUB@/openmedialib/@OL_LIBNAME@ -lopenmedialib_ml \
24         -L${libdir}/openlibraries-@OL_MAJOR@.@OL_MINOR@.@OL_SUB@/openpluginlib/@OL_LIBNAME@ -lopenpluginlib_pl \
25         -L${libdir}/openlibraries-@OL_MAJOR@.@OL_MINOR@.@OL_SUB@/openassetlib/@OL_LIBNAME@ -lopenassetlib_al \
26         @BOOST_LIB_PATH@ @GLEW_LIB_PATH@ \
27         -lboost_filesystem@BOOST_LIB_TOOLSET@@BOOST_LIB_VERSION@ -lGLEW
28
29Cflags: -I${includedir}/openlibraries-@OL_MAJOR@.@OL_MINOR@.@OL_SUB@ -I${libdir}/openlibraries-@OL_MAJOR@.@OL_MINOR@.@OL_SUB@/include \
30                @BOOST_INCLUDE_PATH@ @GLEW_INCLUDE_PATH@
31
Note: See TracBrowser for help on using the browser.