summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/imx-gpu-apitrace
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2019-02-27 14:53:42 -0600
committerTom Hochstein <tom.hochstein@nxp.com>2019-02-27 15:01:35 -0600
commit34045a0f6982d112a13b407a7abb1d4c06f006e1 (patch)
tree69ebad9b79abe12ea6b4940bbdf4e9812a7f24a7 /recipes-graphics/imx-gpu-apitrace
parent77e56f3029caab422bd0dbfcc0d559ecf0183e05 (diff)
downloadmeta-freescale-34045a0f6982d112a13b407a7abb1d4c06f006e1.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>
Diffstat (limited to 'recipes-graphics/imx-gpu-apitrace')
-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