diff options
-rw-r--r-- | gnu/packages/gl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 1e751accda..2fc63a8740 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -206,12 +206,12 @@ also known as DXTn or DXTC) for Mesa.") `(("glproto" ,glproto) ;; The following are in the Requires.private field of gl.pc. ("libdrm" ,libdrm) + ("libvdpau" ,libvdpau) ("libx11" ,libx11) ("libxdamage" ,libxdamage) ("libxfixes" ,libxfixes) ("libxshmfence" ,libxshmfence) ("libxxf86vm" ,libxxf86vm))) - ;; TODO: Add vdpau. (inputs `(("expat" ,expat) ("dri2proto" ,dri2proto) |