diff options
author | Nicolas Caramelli <caramelli.devel@gmail.com> | 2020-12-15 18:41:11 +0100 |
---|---|---|
committer | Nicolas Caramelli <caramelli.devel@gmail.com> | 2020-12-15 18:41:29 +0100 |
commit | 55e830c642a3d9e25a49c055e5abbfa922cf3742 (patch) | |
tree | 673bf7b8b4d12a53e0fdb9e8361e3aa9f69114e3 /fbpdf.c | |
parent | e1a7db60716c9a1e2999748b78abaa345e29da28 (diff) | |
download | fbida-55e830c642a3d9e25a49c055e5abbfa922cf3742.tar.gz |
Drop gbm / epoxy / egl dependencies
Signed-off-by: Nicolas Caramelli <caramelli.devel@gmail.com>
Diffstat (limited to 'fbpdf.c')
-rw-r--r-- | fbpdf.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -29,8 +29,6 @@ #include <poppler.h> #include <cairo.h> -#include <epoxy/egl.h> - #include "vt.h" #include "kbd.h" #include "fbtools.h" |