7e0af9acf2
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@
11 lines
322 B
PkgConfig
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
|