diff options
-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" |