diff --git a/src/buildtools/configure.json b/src/buildtools/configure.json index a9daad3775dfc1046334b3ede6a4a20ce9473897..8ddff6b2c8c72e2fc6fc6f46647b98e64672f7c7 100644 --- a/src/buildtools/configure.json +++ b/src/buildtools/configure.json @@ -376,6 +376,12 @@ && (!config.win32 || features.webengine-winversion)", "output": [ "privateFeature" ] }, + "webengine-developer-build": { + "label": "Developer build", + "purpose": "Enables the developer build configuration.", + "autoDetect": "features.private_tests", + "output": [ "privateFeature" ] + }, "webengine-python2": { "label": "python2", "condition": "tests.webengine-python2", @@ -404,7 +410,7 @@ "condition": "tests.webengine-ninja", "output": [ "privateFeature" ] }, - "webengine-system-fontconfig": { + "webengine-system-fontconfig": { "label": "fontconfig", "condition": "libs.webengine-fontconfig", "output": [ "privateFeature" ] @@ -688,6 +694,7 @@ "message": "Jumbo Build Merge Limit", "type": "jumboBuild" }, + "webengine-developer-build", { "section": "Required system libraries", "condition": "config.unix && !config.macos && features.webengine-core", diff --git a/src/core/configure.json b/src/core/configure.json index cf01b9914894d64d38d58a1f3da20c31d4dd6ecd..41b4b2fbda9a922c36091eb9952fc584e64c1537 100644 --- a/src/core/configure.json +++ b/src/core/configure.json @@ -113,12 +113,6 @@ "autoDetect": "tests.webengine-embedded-build", "output": [ "privateFeature" ] }, - "webengine-developer-build": { - "label": "Developer build", - "purpose": "Enables the developer build configuration.", - "autoDetect": "features.private_tests", - "output": [ "privateFeature" ] - }, "webengine-alsa": { "label": "Use ALSA", "condition": "config.unix && libs.webengine-alsa", @@ -285,7 +279,6 @@ "condition": "features.webengine-core", "entries": [ "webengine-embedded-build", - "webengine-developer-build", "webengine-full-debug-info", "webengine-pepper-plugins", "webengine-printing-and-pdf",