mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-13 15:34:01 +00:00
11 lines
229 B
PkgConfig
11 lines
229 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: libart
|
||
|
Description: LGPL version of the libart library
|
||
|
Version: @VERSION@
|
||
|
Libs: -L${libdir} -lart_lgpl_2
|
||
|
Cflags: -I${includedir}/libart-2.0
|