gnu: libva: Return #t from all phases.

* gnu/packages/video.scm (libva)[arguments]: Return #t from
the 'fix-dlopen-paths' phase.
This commit is contained in:
Mark H Weaver 2018-03-25 04:47:25 -04:00
parent 75f3aaced0
commit d5c88f16c4
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -572,7 +572,8 @@ (define-public libva
(let ((out (assoc-ref outputs "out")))
(substitute* "va/drm/va_drm_auth_x11.c"
(("\"libva-x11\\.so\\.%d\"")
(string-append "\"" out "/lib/libva-x11.so.%d\"")))))))
(string-append "\"" out "/lib/libva-x11.so.%d\"")))
#t))))
;; Most drivers are in mesa's $prefix/lib/dri, so use that. (Can be
;; overridden at run-time via LIBVA_DRIVERS_PATH.)
#:configure-flags