mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 03:49:37 +00:00
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:
parent
438f21ae8d
commit
dbc7443887
@ -5,4 +5,4 @@ includedir=%includedir%
|
||||
Name: mozilla-gtkembedmoz
|
||||
Description: Static version-independent Mozilla Embedding Widget for Gtk+
|
||||
Version: %MOZILLA_VERSION%
|
||||
Requires: libxul-embedding-unstable = %MOZILLA_VERSION%
|
||||
Requires: libxul-embedding = %MOZILLA_VERSION%
|
||||
|
@ -5,4 +5,4 @@ includedir=%includedir%
|
||||
Name: mozilla-gtkembedmoz
|
||||
Description: Mozilla Embedding Widget for Gtk+
|
||||
Version: %MOZILLA_VERSION%
|
||||
Requires: libxul-unstable = %MOZILLA_VERSION%
|
||||
Requires: libxul = %MOZILLA_VERSION%
|
||||
|
@ -7,4 +7,4 @@ Description: The Mozilla JavaScript Library
|
||||
Version: %MOZILLA_VERSION%
|
||||
Requires: %NSPR_NAME% >= %NSPR_VERSION%
|
||||
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%
|
||||
Requires: %NSPR_NAME% >= %NSPR_VERSION%
|
||||
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
|
||||
Description: Mozilla Plug-In API
|
||||
Version: %MOZILLA_VERSION%
|
||||
Cflags: -I${includedir}/stable -DXP_UNIX
|
||||
Cflags: -I${includedir} -DXP_UNIX
|
||||
|
Loading…
x
Reference in New Issue
Block a user