mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 743560 - Include xpcshell and run-mozilla.sh in the SDK package but not the binary package, r=Mossop
--HG-- extra : rebase_source : b2a40dbd3c7074e884a4d1597b51bf3173502a7f
This commit is contained in:
parent
e4e9885e88
commit
48c622e11c
@ -48,9 +48,15 @@ NO_PKG_FILES = \
|
|||||||
xulrunner-config \
|
xulrunner-config \
|
||||||
regchrome* \
|
regchrome* \
|
||||||
regxpcom* \
|
regxpcom* \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
|
# We want xpcshell and run-mozilla in the SDK but not in the binary package.
|
||||||
|
ifndef STAGE_SDK
|
||||||
|
NO_PKG_FILES += \
|
||||||
xpcshell* \
|
xpcshell* \
|
||||||
run-mozilla* \
|
run-mozilla* \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
endif
|
||||||
|
|
||||||
# If we're on mac, we don't want an end-user-facing DMG, we want a .tar.bz2
|
# If we're on mac, we don't want an end-user-facing DMG, we want a .tar.bz2
|
||||||
# which developers then use to package their application.
|
# which developers then use to package their application.
|
||||||
|
Loading…
Reference in New Issue
Block a user