зеркало из https://github.com/mozilla/pjs.git
Followup to bug 488175 - fix additional pkgconfig files to remove references to the -unstable packages as well as the stable/ and unstable/ include directories, r=bsmedberg
This commit is contained in:
Родитель
c34d2f0781
Коммит
b5786a7c52
|
@ -5,4 +5,4 @@ includedir=%includedir%
|
||||||
Name: mozilla-gtkembedmoz
|
Name: mozilla-gtkembedmoz
|
||||||
Description: Static version-independent Mozilla Embedding Widget for Gtk+
|
Description: Static version-independent Mozilla Embedding Widget for Gtk+
|
||||||
Version: %MOZILLA_VERSION%
|
Version: %MOZILLA_VERSION%
|
||||||
Requires: libxul-embedding-unstable = %MOZILLA_VERSION%
|
Requires: libxul-embedding = %MOZILLA_VERSION%
|
||||||
|
|
|
@ -5,4 +5,4 @@ includedir=%includedir%
|
||||||
Name: mozilla-gtkembedmoz
|
Name: mozilla-gtkembedmoz
|
||||||
Description: Mozilla Embedding Widget for Gtk+
|
Description: Mozilla Embedding Widget for Gtk+
|
||||||
Version: %MOZILLA_VERSION%
|
Version: %MOZILLA_VERSION%
|
||||||
Requires: libxul-unstable = %MOZILLA_VERSION%
|
Requires: libxul = %MOZILLA_VERSION%
|
||||||
|
|
|
@ -7,4 +7,4 @@ Description: The Mozilla JavaScript Library
|
||||||
Version: %MOZILLA_VERSION%
|
Version: %MOZILLA_VERSION%
|
||||||
Requires: %NSPR_NAME% >= %NSPR_VERSION%
|
Requires: %NSPR_NAME% >= %NSPR_VERSION%
|
||||||
Libs: -L${sdkdir}/lib -lmozjs
|
Libs: -L${sdkdir}/lib -lmozjs
|
||||||
Cflags: -I${includedir}/stable -DXP_UNIX -DJS_THREADSAFE
|
Cflags: -I${includedir} -DXP_UNIX -DJS_THREADSAFE
|
||||||
|
|
|
@ -7,4 +7,4 @@ Description: Mozilla Network Security Services
|
||||||
Version: %MOZILLA_VERSION%
|
Version: %MOZILLA_VERSION%
|
||||||
Requires: %NSPR_NAME% >= %NSPR_VERSION%
|
Requires: %NSPR_NAME% >= %NSPR_VERSION%
|
||||||
Libs: -L${sdkdir}/lib -lnss3 -lnssutil3 -lsmime3 -lssl3 -lsoftokn3
|
Libs: -L${sdkdir}/lib -lnss3 -lnssutil3 -lsmime3 -lssl3 -lsoftokn3
|
||||||
Cflags: -I${includedir}/stable
|
Cflags: -I${includedir}
|
||||||
|
|
|
@ -5,4 +5,4 @@ includedir=%includedir%
|
||||||
Name: Mozilla Plug-In API
|
Name: Mozilla Plug-In API
|
||||||
Description: Mozilla Plug-In API
|
Description: Mozilla Plug-In API
|
||||||
Version: %MOZILLA_VERSION%
|
Version: %MOZILLA_VERSION%
|
||||||
Cflags: -I${includedir}/stable -DXP_UNIX
|
Cflags: -I${includedir} -DXP_UNIX
|
||||||
|
|
Загрузка…
Ссылка в новой задаче