mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Fix build warning caused by bug 561831. r=dholbert
--HG-- extra : rebase_source : 4148686a2b5b36bf4e3fd089f8455560b32d7486
This commit is contained in:
parent
e53ccde7eb
commit
e67f964ff3
@ -162,7 +162,7 @@ FORCE_STATIC_LIB = 1
|
||||
SRCS_IN_OBJDIR = 1
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
ifneq (,$(filter qt gtk2, $(MOZ_WIDGET_TOOLKIT))))
|
||||
ifneq (,$(filter qt gtk2, $(MOZ_WIDGET_TOOLKIT)))
|
||||
CXXFLAGS += $(TK_CFLAGS) $(MOZ_DBUS_GLIB_CFLAGS)
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user