diff options
author | davidovski <david@davidovski.xyz> | 2022-02-19 17:20:48 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-19 17:20:48 +0000 |
commit | 66fe6491e5e7155e2a850cabbc72f20c3494661c (patch) | |
tree | 0bf815fbac530de0d6fd2ddb2bf2c011ab516a31 /repo/x11/xorg-xinit.xibuild | |
parent | 841b927fe0a1d51875d7f741fd0ae679969a049c (diff) |
added urxvt
Diffstat (limited to 'repo/x11/xorg-xinit.xibuild')
-rw-r--r-- | repo/x11/xorg-xinit.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/x11/xorg-xinit.xibuild b/repo/x11/xorg-xinit.xibuild index b4328b5..f0b53fd 100644 --- a/repo/x11/xorg-xinit.xibuild +++ b/repo/x11/xorg-xinit.xibuild @@ -1,7 +1,7 @@ #!/bin/bash MAKEDEPS=(make) -DEPS=(libx11 xorg-xauth xorg-xrdb xorg-xmodmap) +DEPS=(libx11 xauth xrdb xmodmap) DESC="X.Org initialisation program" |