openbsd-ports/devel/xulrunner/files/libxul-embedding.pc
martynas 7e0af9acf2 - mark RPATH xulrunner libraries. apps don't (yet) use XPCOM glue,
and mark RPATH xulrunner location.  this fixes apps such as
py-gnome-extras.  w/ help from kurt@
- install libxpcomglue{,_s} XPCOM glue, and libxul-embedding
pkg-config so that apps can use it, which is a proper way to get
xulrunner libs loaded
looks ok kurt@
2008-08-26 18:05:23 +00:00

11 lines
322 B
PkgConfig

prefix=!!PREFIX!!
exec_prefix=${prefix}
libdir=${exec_prefix}/xulrunner
includedir=${prefix}/xulrunner/include
Name: libxul-embedding
Description: Static library for version-independent embedding of the Mozilla runtime
Version: !!VERSION!!
Libs: -L${libdir} -lxpcomglue
Cflags: -DXPCOM_GLUE -I${includedir} -fshort-wchar