]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-gpu-apitrace: Fix x11 configuration 50/head
authorTom Hochstein <tom.hochstein@nxp.com>
Wed, 27 Feb 2019 20:53:42 +0000 (14:53 -0600)
committerTom Hochstein <tom.hochstein@nxp.com>
Wed, 27 Feb 2019 21:01:35 +0000 (15:01 -0600)
The x11 configuration variable changed from DISABLE_X11 to
ENABLE_X11.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb

index fd7f861041deee092cae9239f9d0a5abe8d9207b..a5a9cdfef10e5638ee657c223f54615599ffe7d6 100644 (file)
@@ -26,7 +26,7 @@ PACKAGECONFIG_append_imxgpu3d = "${PACKAGECONFIG_IMXGPU3D}"
 
 PACKAGECONFIG[multiarch] = "-DENABLE_MULTIARCH=ON,-DENABLE_MULTIARCH=OFF"
 PACKAGECONFIG[waffle] = "-DENABLE_WAFFLE=ON,-DENABLE_WAFFLE=OFF,waffle"
-PACKAGECONFIG[x11] = "-DDISABLE_X11=OFF,-DDISABLE_X11=ON"
+PACKAGECONFIG[x11] = "-DENABLE_X11=ON,-DENABLE_X11=OFF"
 PACKAGECONFIG[x11-egl] = "-Dwaffle_has_x11_egl=ON,-Dwaffle_has_x11_egl=OFF"
 PACKAGECONFIG[vivante] = "-DENABLE_VIVANTE=ON,-DENABLE_VIVANTE=OFF,virtual/libg2d"