diff options
Diffstat (limited to 'repo/x11/libx11.xibuild')
-rw-r--r-- | repo/x11/libx11.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/x11/libx11.xibuild b/repo/x11/libx11.xibuild index 41f5471..90b6d57 100644 --- a/repo/x11/libx11.xibuild +++ b/repo/x11/libx11.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make asciidoc xmlto lynx" -DEPS="fontconfig libxcb elogind" +DEPS="fontconfig libxcb elogind xtrans" PKG_VER=1.7.3.1 SOURCE=https://www.x.org/pub/individual/lib/libX11-$PKG_VER.tar.xz |