mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Add macros to build unused widgets.
This commit is contained in:
parent
8549e03dc1
commit
c69e326bd5
@ -42,6 +42,9 @@ LIBRARY_NAME = XmL
|
||||
# There are unused widgets. They are currently not needed to build Mozilla,
|
||||
# but that might change in the future.
|
||||
ifdef XFE_WIDGETS_BUILD_UNUSED
|
||||
|
||||
XFE_EXTRA_DEFINES += -DXFE_WIDGETS_BUILD_UNUSED
|
||||
|
||||
UNUSED_CSRCS = \
|
||||
Progress.c \
|
||||
$(NULL)
|
||||
@ -74,4 +77,5 @@ EXPORTS = \
|
||||
$(NULL)
|
||||
|
||||
include $(DEPTH)/config/rules.mk
|
||||
include $(DEPTH)/cmd/xfe/XfeWidgets/XfeWidgets.mk
|
||||
|
||||
DEFINES += $(XFE_EXTRA_DEFINES)
|
||||
|
Loading…
Reference in New Issue
Block a user