diff options
author | Antia Puentes <apuentes@igalia.com> | 2019-06-21 16:38:37 +0200 |
---|---|---|
committer | Antia Puentes <apuentes@igalia.com> | 2019-07-13 12:36:52 +0200 |
commit | 4ee96a7342ebe8e4945e088b16978fb74a2a647b (patch) | |
tree | 2d99bafca02a2c4dd3a3dbdbfa31fd4ad7e6ccbd /meta-html5-framework | |
parent | 064deb1b492e1b74a7f30ead3dda4771d64d01c7 (diff) |
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 <apuentes@igalia.com>
Diffstat (limited to 'meta-html5-framework')
-rw-r--r-- | meta-html5-framework/recipes-wam/wam/wam_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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" |