xsf-docs/howto/build-mesa.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
New commits: commit d944cbf937fdb0c9c4ee5bfdb6ac672d74a001bf Author: Andreas Boll <[email protected]> Date: Mon Jul 7 12:17:03 2014 +0200 build-mesa: Drop obsolete FIXME and s/test_application/es2_info/ We ship the EGL-aware application es2_info in mesa-utils-extra. diff --git a/xsf-docs/howto/build-mesa.txt b/xsf-docs/howto/build-mesa.txt index b39c351..1beeb8e 100644 --- a/xsf-docs/howto/build-mesa.txt +++ b/xsf-docs/howto/build-mesa.txt @@ -190,9 +190,7 @@ _Did this work?_ + _Did this work?_ + -*FIXME: We should be shipping EGL-aware applications through `mesa-utils`.* -+ - $ EGL_LOG_LEVEL=debug test_application 2>&1 >/dev/null | grep '\.so' + $ EGL_LOG_LEVEL=debug es2_info 2>&1 >/dev/null | grep '\.so' libEGL debug: added lib/egl/egl_gallium.so to module array libEGL debug: dlopen(lib/egl/egl_gallium.so) libEGL debug: DRI2: dlopen(lib/i915_dri.so) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

