diff options
| author | Michael Forney <mforney@mforney.org> | 2016-12-12 03:38:33 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-12-13 23:10:30 -0800 |
| commit | 36835fdbd958afcfb18857c05390cd712796ffb0 (patch) | |
| tree | 98262fa0a23152219f60b5e64d2e144cce037109 /pkg/pixman | |
| parent | 293f5a93b77d92fd65db7f3d0df654f102e46cfb (diff) | |
Declare some missing dependencies
Diffstat (limited to 'pkg/pixman')
| -rw-r--r-- | pkg/pixman/gen.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/pixman/gen.rc b/pkg/pixman/gen.rc index 408007a7..41e6d671 100644 --- a/pkg/pixman/gen.rc +++ b/pkg/pixman/gen.rc @@ -15,9 +15,9 @@ phony headers '$outdir'/include/^(pixman.h pixman-version.h) # processor-specific features cflags -D 'USE_SSE2=1' -D 'USE_SSSE3=1' -D 'USE_X86_MMX=1' -cc pixman/pixman-mmx.c '||' $deps ; with cflags '$cflags -mmmx -Winline' -cc pixman/pixman-sse2.c '||' $deps ; with cflags '$cflags -msse2 -Winline' -cc pixman/pixman-ssse3.c '||' $deps ; with cflags '$cflags -mssse3 -Winline' +cc pixman/pixman-mmx.c '||' '$dir'/headers ; with cflags '$cflags -mmmx -Winline' +cc pixman/pixman-sse2.c '||' '$dir'/headers ; with cflags '$cflags -msse2 -Winline' +cc pixman/pixman-ssse3.c '||' '$dir'/headers ; with cflags '$cflags -mssse3 -Winline' cpuobjs=(pixman-mmx.c pixman-sse2.c pixman-ssse3.c)^.o lib libpixman.a -d '$dir'/headers pixman/^(\ |
