Bug 1362847 - Allow headless on other Gtk platforms. r=bdahl

MozReview-Commit-ID: 9NRiPQA73ov

--HG--
extra : rebase_source : d9dc0fb9cf671fd05db27cd9dffb300bfdb9dba9
This commit is contained in:
Jan Beich 2017-05-07 10:34:49 +00:00
Родитель bc3190039b
Коммит ecfde05fec
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -3143,7 +3143,7 @@ XREMain::XRE_mainInit(bool* aExitFlag)
}
if (gfxPlatform::IsHeadless()) {
#ifdef XP_LINUX
#ifdef MOZ_WIDGET_GTK
Output(false, "*** You are running in headless mode.\n");
#else
Output(true, "Error: headless mode is not currently supported on this platform.\n");

Просмотреть файл

@ -1,5 +1,5 @@
[DEFAULT]
skip-if = os != "linux"
skip-if = toolkit != "gtk2" && toolkit != "gtk3"
headless = true
[test_headless_clipboard.js]