Mark H Weaver <m...@netris.org> skribis: > + `(#:configure-flags (list "--enable-cogl-gst" > + ;; Arrange to pass an absolute pathname to
s/pathname/file name/ :-) > + ;; dlopen for libGL.so. > + (string-append "--with-gl-libname=" > + (assoc-ref %build-inputs > "mesa") > + "/lib/libGL.so")) > + ;; XXX FIXME: All tests fail, with many errors printed like this: > + ;; _FontTransOpen: Unable to Parse address > + ;; ${prefix}/share/fonts/X11/misc/ I don’t think this is the actual error, but rather a warning from the X server saying that it can’t find fonts. Other than that the patches look good to me. Thank you! Ludo’.