summaryrefslogtreecommitdiff
path: root/pkg/mupdf
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-08-04 10:03:29 -0700
committerMichael Forney <mforney@mforney.org>2017-08-04 20:34:24 -0700
commitf9a8c27e6dc57e8d1e2de84abe40ea16a00e6f0f (patch)
treefe8facc560155e44c233e9d54a9a788c8d222ae2 /pkg/mupdf
parent7dd139261af4b5255e7ff1a65ebe2cec0e9fff94 (diff)
Add some missing dependencies
Diffstat (limited to 'pkg/mupdf')
-rw-r--r--pkg/mupdf/gen.rc10
1 files changed, 7 insertions, 3 deletions
diff --git a/pkg/mupdf/gen.rc b/pkg/mupdf/gen.rc
index beab7d86..f500f32c 100644
--- a/pkg/mupdf/gen.rc
+++ b/pkg/mupdf/gen.rc
@@ -55,15 +55,19 @@ exe bin/mutool -d '$dir'/deps source/tools/^(\
) libmupdf.a.d
file bin/mutool '$outdir'/bin/mutool 755
-cc platform/x11/curl_stream.c ; with\
+cc platform/x11/curl_stream.c '||' pkg/curl/headers ; with\
cflags '$cflags -isystem $builddir/pkg/curl/include'
-cc platform/x11/wl_main.c ; cflags=(\
+phony wldeps\
+ '$dir'/deps\
+ '$builddir'/pkg/libxkbcommon/fetch.stamp\
+ pkg/^(pixman wayland wayland-protocols)^/headers
+cc platform/x11/wl_main.c '||' '$dir'/wldeps ; cflags=(\
-isystem '$builddir'/pkg/pixman/include\
-isystem '$builddir'/pkg/wayland/include\
-isystem '$builddir'/pkg/wayland-protocols/include\
-isystem pkg/libxkbcommon/src\
) with cflags '$cflags '$"cflags
-exe bin/mupdf platform/x11/^(pdfapp.c curl_stream.c.o wl_main.c.o)\
+exe bin/mupdf -d '$dir'/deps platform/x11/^(pdfapp.c curl_stream.c.o wl_main.c.o)\
libmupdf.a.d\
'$builddir'/pkg/^(\
curl/libcurl.a.d\