theme: skip namespace validation for "e/modules/music-control/popup" group

as this group is used by an external application, it can never be modified,
and thus namespacing issues cannot ever be resolved. for this reason there is
no other option except to skip validation of this group

fix T7072
Depends on D6388

Differential Revision: https://phab.enlightenment.org/D6389
This commit is contained in:
Mike Blumenkrantz 2018-06-28 11:06:26 -04:00 committed by Marcel Hollerbach
parent 786210db6f
commit 50727d3439
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ group { name: "e/modules/music-control/main";
group { name: "e/modules/music-control/popup";
alias: "modules/music-control/popup";
#ifdef SKIP_NAMESPACE_VALIDATION
skip_namespace_validation: 1;
#endif
min: 150 50;
images.image: "icon_prev.png" COMP;
images.image: "icon_next.png" COMP;