Attempting to fix more bustage following 359124: Camino, Thunderbird, C-Monkey.
git-svn-id: svn://10.0.0.236/trunk@216043 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d72b16911a
commit
63d34154f7
@ -173,7 +173,7 @@ DEFINES += -DAPP_VERSION="$(APP_VERSION)"
|
||||
|
||||
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
||||
ifdef BUILD_STATIC_LIBS
|
||||
LIBS += -framework QuickTime -framework IOKit
|
||||
LIBS += -framework QuickTime -framework IOKit -lcups
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
@ -167,7 +167,7 @@ endif
|
||||
|
||||
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
||||
ifdef BUILD_STATIC_LIBS
|
||||
LIBS += -framework QuickTime -framework IOKit
|
||||
LIBS += -framework QuickTime -framework IOKit -lcups
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
@ -387,7 +387,7 @@ endif
|
||||
|
||||
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
||||
ifdef BUILD_STATIC_LIBS
|
||||
LIBS += -framework QuickTime -framework IOKit
|
||||
LIBS += -framework QuickTime -framework IOKit -lcups
|
||||
endif
|
||||
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user