mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
e62643dfbd
use MOZ_APP_NAME in the pkgconfig files patch by Christian Persch <chpe@gnome.org> r+a=shaver
11 lines
272 B
PkgConfig
11 lines
272 B
PkgConfig
prefix=%prefix%
|
|
exec_prefix=%exec_prefix%
|
|
libdir=%libdir%
|
|
includedir=%includedir%
|
|
|
|
Name: Mozilla Plug-In API
|
|
Description: Mozilla Plug-In API
|
|
Version: %MOZILLA_VERSION%
|
|
Requires: %MOZ_APP_NAME%-xpcom = %MOZILLA_VERSION%
|
|
Cflags: -I${includedir}/java -I${includedir}/plugin
|