summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2019-02-27 14:53:42 -0600
committerOtavio Salvador <otavio@ossystems.com.br>2019-02-28 15:20:54 -0300
commit6a43f14bce556189cb8e7338148b777ca6f6141a (patch)
treec5b15b087b6364d0eb6fd87b928c2c09772817b3
parent087334993d0f993f5209055ffb029b27fb4acb96 (diff)
downloadmeta-freescale-6a43f14bce556189cb8e7338148b777ca6f6141a.tar.gz
imx-gpu-apitrace: Fix x11 configuration
The x11 configuration variable changed from DISABLE_X11 to ENABLE_X11. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 34045a0f6982d112a13b407a7abb1d4c06f006e1)
-rw-r--r--recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb
index fd7f8610..a5a9cdfe 100644
--- a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb
+++ b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb
@@ -26,7 +26,7 @@ PACKAGECONFIG_append_imxgpu3d = "${PACKAGECONFIG_IMXGPU3D}"
26 26
27PACKAGECONFIG[multiarch] = "-DENABLE_MULTIARCH=ON,-DENABLE_MULTIARCH=OFF" 27PACKAGECONFIG[multiarch] = "-DENABLE_MULTIARCH=ON,-DENABLE_MULTIARCH=OFF"
28PACKAGECONFIG[waffle] = "-DENABLE_WAFFLE=ON,-DENABLE_WAFFLE=OFF,waffle" 28PACKAGECONFIG[waffle] = "-DENABLE_WAFFLE=ON,-DENABLE_WAFFLE=OFF,waffle"
29PACKAGECONFIG[x11] = "-DDISABLE_X11=OFF,-DDISABLE_X11=ON" 29PACKAGECONFIG[x11] = "-DENABLE_X11=ON,-DENABLE_X11=OFF"
30PACKAGECONFIG[x11-egl] = "-Dwaffle_has_x11_egl=ON,-Dwaffle_has_x11_egl=OFF" 30PACKAGECONFIG[x11-egl] = "-Dwaffle_has_x11_egl=ON,-Dwaffle_has_x11_egl=OFF"
31PACKAGECONFIG[vivante] = "-DENABLE_VIVANTE=ON,-DENABLE_VIVANTE=OFF,virtual/libg2d" 31PACKAGECONFIG[vivante] = "-DENABLE_VIVANTE=ON,-DENABLE_VIVANTE=OFF,virtual/libg2d"
32 32