ccmp15: cog: fix cog build

Do not build 'drm' platform for ccmp1 platforms. The code for 'drm' does not
properly build out of the box in cog version 0.14.1 and some patches are
required.

Since 'drm' platform is not being used, remove it for ccmp1 instead of fixing
the build process.

Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
This commit is contained in:
Tatiana Leon 2023-02-02 11:01:58 +01:00
parent 1214a094b6
commit b305808539
1 changed files with 2 additions and 1 deletions

View File

@ -13,5 +13,6 @@ EXTRA_OECMAKE += "-DCOG_HOME_URI=http://127.0.0.1/"
PACKAGECONFIG += "wl"
# drm PACKAGECONFIG pulls in libgbm dependency, which isn't available
# on the i.MX6
# on the i.MX6 and ccmp1
PACKAGECONFIG:remove:ccimx6 = "drm"
PACKAGECONFIG:remove:ccmp1 = "drm"