From 4ee96a7342ebe8e4945e088b16978fb74a2a647b Mon Sep 17 00:00:00 2001 From: Antia Puentes Date: Fri, 21 Jun 2019 16:38:37 +0200 Subject: wam: add AGL_DEVEL flag if 'agl-devel' distro feature is on We want the remote inspector to be available only in debug mode, i.e. when the 'agl-devel' feature is on. We will use this flag to check if that is the case. AGL-bug: SPEC-2327 Change-Id: Ib22c5f21bc79afa4544b884238ca971d7bef6991 Signed-off-by: Antia Puentes --- meta-html5-framework/recipes-wam/wam/wam_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-html5-framework/recipes-wam') diff --git a/meta-html5-framework/recipes-wam/wam/wam_git.bb b/meta-html5-framework/recipes-wam/wam/wam_git.bb index 80ae1c54..2606ca5d 100644 --- a/meta-html5-framework/recipes-wam/wam/wam_git.bb +++ b/meta-html5-framework/recipes-wam/wam/wam_git.bb @@ -44,3 +44,4 @@ pkg_postinst_${PN}_append() { RDEPENDS_${PN} += "wam-tinyproxy" FILES_${PN} += "${sysconfdir}/init ${sysconfdir}/wam ${libdir}/webappmanager/plugins/*.so ${systemd_user_unitdir}" +CXXFLAGS_append_agl-devel = " -DAGL_DEVEL" -- cgit 1.2.3-korg