mirror of
git://slackware.nl/current.git
synced 2024-12-31 10:28:29 +01:00
13 lines
372 B
PkgConfig
13 lines
372 B
PkgConfig
|
prefix=/usr
|
||
|
exec_prefix=/usr
|
||
|
libdir=/usr/@LIB@/seamonkey-@VERSION@
|
||
|
includedir=/usr/include/seamonkey-@VERSION@
|
||
|
idldir=/usr/share/idl/seamonkey-@VERSION@
|
||
|
|
||
|
Name: XPCOM
|
||
|
Description: The Mozilla Cross Platform Component Library
|
||
|
Version: @VERSION@
|
||
|
Requires: seamonkey-nspr >= 4.7.1
|
||
|
Libs: -L${libdir} -lxpcom
|
||
|
Cflags: -I${includedir} -I${includedir}/xpcom -I${includedir}/string
|