mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
build gtksuperwin if MOZ_ENABLE_GTK and MOZ_MONOLITHIC_TOOLKIT are both set. r=jdunn
This commit is contained in:
parent
19b36f49a8
commit
19b8c75f3a
@ -55,6 +55,9 @@ DIRS += qt
|
||||
endif
|
||||
|
||||
else
|
||||
ifdef MOZ_ENABLE_GTK
|
||||
DIRS += gtksuperwin
|
||||
endif
|
||||
DIRS += $(MOZ_WIDGET_TOOLKIT)
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user