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:
parent
1214a094b6
commit
b305808539
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue