meta-digi/meta-digi-dey/dynamic-layers/webkit/recipes-browser/cog/cog_%.bbappend

18 lines
492 B
Plaintext

# Copyright 2020-2022 Digi International Inc.
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
SRC_URI_append = " \
file://0001-cog-platform-fdo-always-use-fullscreen-mode.patch \
"
EXTRA_OECMAKE += "-DCOG_HOME_URI=http://127.0.0.1/"
# Starting in v0.12.X, we need to explicitly enable the wl PACKAGECONFIG to
# include the wayland platform
PACKAGECONFIG += "wl"
# drm PACKAGECONFIG pulls in libgbm dependency, which isn't available
# on the i.MX6
PACKAGECONFIG_remove_ccimx6 = "drm"