X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-wam%2Fchromium%2Fchromium84_git.bb;h=3704da5608e1765059eb1fa2c51f24a37c1bf023;hb=12ad591d3038db609db5290d8bbe809a34c743de;hp=6788cb54077e5e4a015a579994e0e2abc19ea834;hpb=88c424f8b8c78dfc5520ea9be1866027df4735b8;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-wam/chromium/chromium84_git.bb b/recipes-wam/chromium/chromium84_git.bb index 6788cb540..3704da560 100644 --- a/recipes-wam/chromium/chromium84_git.bb +++ b/recipes-wam/chromium/chromium84_git.bb @@ -18,7 +18,7 @@ BROWSER_APPLICATION = "chromium84-browser" BROWSER_APPLICATION_DIR = "/opt/chromium84" MKSNAPSHOT_PATH = "v8_snapshot/" -PACKAGECONFIG_remove="jumbo" +PACKAGECONFIG:remove="jumbo" GN_ARGS += "use_gtk=false" @@ -60,12 +60,12 @@ GN_ARGS += "\ use_v8_context_snapshot=false \ " -GN_ARGS_append = " \ +GN_ARGS:append = " \ use_system_minigbm=false \ use_wayland_gbm=false \ " -GN_ARGS_append = " \ +GN_ARGS:append = " \ is_webos=false \ is_agl=true \ " @@ -77,5 +77,5 @@ GN_ARGS += "\ # TODO(rzanoni) copied from original recipe to fix qemux86 build. # check if it can be removed in the future. -PACKAGECONFIG_remove_qemux86 = "gstreamer umediaserver neva-media gav neva-webrtc" +PACKAGECONFIG:remove:qemux86 = "gstreamer umediaserver neva-media gav neva-webrtc" #END TODO