diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-03-08 11:19:21 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-03-08 11:19:21 +0100 |
commit | f897a5ee212491ea5d0560eeb1ca4f6bcfbfe111 (patch) | |
tree | 3dba71d9481e77be826b4bede526053639f19f05 | |
parent | 65693a3be3229625a84dd94a9490c5ed9fc5bcf0 (diff) | |
download | fbida-f897a5ee212491ea5d0560eeb1ca4f6bcfbfe111.tar.gz |
add egl pkg-config
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 9dca7f7..732420d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -14,7 +14,7 @@ CFLAGS += -Wno-pointer-sign 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 epoxy +PKGS_FBPDF := libdrm poppler-glib gbm egl epoxy HAVE_DEPS := $(shell $(PKG_CONFIG) $(PKGS_FBI) $(PKGS_FBPDF) && echo yes) # map pkg-config names to debian packages using apt-file |