summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2020-04-19 14:45:23 -0700
committerMatt Turner <mattst88@gmail.com>2020-04-19 14:46:56 -0700
commit54a13221ee74cd59a40943ae060840a4b0e9cd48 (patch)
tree5844d18a2863799d87ea14b7073b07d86e880ae3
parenteb0c3d26ed2c11955a8176481888919c6a95e548 (diff)
downloadpixman-54a13221ee74cd59a40943ae060840a4b0e9cd48.tar.gz
Distribute the blue-noise files
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--pixman/Makefile.am1
-rw-r--r--pixman/Makefile.sources1
2 files changed, 2 insertions, 0 deletions
diff --git a/pixman/Makefile.am b/pixman/Makefile.am
index 3de2615..8f780a1 100644
--- a/pixman/Makefile.am
+++ b/pixman/Makefile.am
@@ -12,6 +12,7 @@ noinst_LTLIBRARIES =
EXTRA_DIST = \
Makefile.win32 \
+ dither/make-blue-noise.c \
pixman-region.c \
solaris-hwcap.mapfile \
meson.build \
diff --git a/pixman/Makefile.sources b/pixman/Makefile.sources
index c624eb9..23d1d97 100644
--- a/pixman/Makefile.sources
+++ b/pixman/Makefile.sources
@@ -32,6 +32,7 @@ libpixman_sources = \
$(NULL)
libpixman_headers = \
+ dither/blue-noise-64x64.h \
pixman.h \
pixman-accessor.h \
pixman-combine32.h \