diff options
| author | Michael Forney <mforney@mforney.org> | 2016-11-19 21:10:36 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-11-20 16:14:20 -0800 |
| commit | 01def066392ccd51e3fc0b67d45fc6e70f44cd80 (patch) | |
| tree | 7cd6c5b0568d85a48a1f1f355774260649c45438 /desktop/dmenu | |
| parent | 653510bb8b3db5a280576cb00445fbdc8d49b88a (diff) | |
Make sure to depend on source fetch actions
Diffstat (limited to 'desktop/dmenu')
| -rw-r--r-- | desktop/dmenu/gen.rc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/dmenu/gen.rc b/desktop/dmenu/gen.rc index 3edcfa08..7500c452 100644 --- a/desktop/dmenu/gen.rc +++ b/desktop/dmenu/gen.rc @@ -8,7 +8,9 @@ cflags\ -isystem '$builddir'/desktop/wld/include\ -I '$dir' -phony deps desktop/^(pixman swc wayland wld)^/headers +phony deps\ + '$builddir'/desktop/^(fontconfig libxkbcommon)^/fetch.stamp\ + desktop/^(pixman swc wayland wld)^/headers exe dmenu -d '$dir'/deps dmenu.c drw.c util.c '$builddir'/^(\ desktop/swc/swc-protocol.c.o\ |
