diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile index 732420d..3bc022f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -12,9 +12,9 @@ CFLAGS += -Wno-pointer-sign # hard build deps PKG_CONFIG = pkg-config -PKGS_IDA := libexif libpng libtiff-4 -PKGS_FBI := freetype2 fontconfig libdrm libexif libpng libtiff-4 -PKGS_FBPDF := libdrm poppler-glib gbm egl epoxy +PKGS_IDA := libexif libpng libtiff-4 pixman-1 +PKGS_FBI := freetype2 fontconfig libdrm libexif libpng libtiff-4 pixman-1 +PKGS_FBPDF := libdrm poppler-glib gbm egl epoxy pixman-1 HAVE_DEPS := $(shell $(PKG_CONFIG) $(PKGS_FBI) $(PKGS_FBPDF) && echo yes) # map pkg-config names to debian packages using apt-file |