summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-graphical/recipes-platform
diff options
context:
space:
mode:
authorRoger Zanoni <rzanoni@igalia.com>2022-12-25 23:51:17 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-01-26 12:08:35 +0000
commit3ed8bec1f924c6f710a0453346679db57ce8b951 (patch)
treee69d7646e9762df468e034b5c5ebc6a6183ed56b /meta-agl-profile-graphical/recipes-platform
parentf3dc1d6ce3d465308f56a03f3566c1d6d10e21c9 (diff)
weston-ini-conf: Add weston-ini-landscape-no-activate
This change adds an option to use a weston.ini config in landscape mode with automatic activation disabled by default, to be used by wam. Bug-AGL: SPEC-4647, SPEC-4528 Signed-off-by: Roger Zanoni <rzanoni@igalia.com> Change-Id: Ibaeefc4cae07b3f4cb4bbc619bb068fd259d81fc Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28371 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-profile-graphical/recipes-platform')
0 files changed, 0 insertions, 0 deletions
.fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<!DOCTYPE html>
<!--[if lt IE 7]>      <html lang="en" ng-app="AudioClient" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html lang="en" ng-app="AudioClient" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>         <html lang="en" ng-app="AudioClient" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en" ng-app="AudioClient" class="no-js"> <!--<![endif]-->
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>Simple Sample Application</title>
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- bower:css -->
    <!-- endinject -->
     <!--vendor:css -->
    <!-- endinject -->
    <!-- appli:css -->
    <!-- endinject -->
    <!-- inject:css -->
    <!-- endinject -->
    <base href="/opa/"> <!-- https://docs.angularjs.org/error/$location/nobase -->

</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div ui-view></div>
<!-- bower:js -->
<!-- endinject -->
<!-- inject:js -->
<!-- endinject -->

<!-- Generic Foundation Modal Template -->
<script id="components/modal/modal.html" type="text/ng-template">
   <div  class="modal-overlay" ng-click="hideOverlay()">
    <aside class="modal" ng-click="$event.stopPropagation();" ng-transclude></aside>
  </div>
</script>

</body>
</html>