diff options
Diffstat (limited to 'meta/xenocara')
-rw-r--r-- | meta/xenocara/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/xenocara/Makefile b/meta/xenocara/Makefile index 34de1b1..10bb839 100644 --- a/meta/xenocara/Makefile +++ b/meta/xenocara/Makefile @@ -33,6 +33,7 @@ RUN_DEPENDS = \ x11/xinput \ x11/xlockmore-obsd \ x11/xlogo \ + x11/xlsclients \ x11/xlsfonts \ x11/xmag \ x11/xmodmap \ @@ -40,7 +41,8 @@ RUN_DEPENDS = \ x11/xset \ x11/xsetroot \ x11/xterm \ - x11/xwd + x11/xwd \ + x11/xwininfo .include "../../../meta/Makefile.inc" |