cog: do not manually append 'wl' to PACKAGECONFIG

Partially reverts commit 668b4e8138.

Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
This commit is contained in:
Tatiana Leon 2023-02-03 13:00:58 +01:00
parent feea2179ad
commit bb12e4b7c8
1 changed files with 0 additions and 4 deletions

View File

@ -8,10 +8,6 @@ SRC_URI:append = " \
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 and ccmp1
PACKAGECONFIG:remove:ccimx6 = "drm"