From da73efffe1f84ce9d6994b4e562d85c45c022738 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 5 Feb 2016 13:21:44 -0800 Subject: userland: Add wayland to deps if in DISTRO_FEATURES Signed-off-by: Khem Raj --- recipes-graphics/userland/userland_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-graphics') diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index 5ea48e1..7ec02e7 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb @@ -46,7 +46,7 @@ EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS='-Wl,--no-a PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)}" -PACKAGECONFIG[wayland] = "-DBUILD_WAYLAND=TRUE,,wayland," +PACKAGECONFIG[wayland] = "-DBUILD_WAYLAND=TRUE -DWAYLAND_SCANNER_EXECUTABLE:FILEPATH=${STAGING_BINDIR_NATIVE}/wayland-scanner,,wayland" CFLAGS_append = " -fPIC" -- cgit v1.2.3-54-g00ecf