fbida: Add missing libGL
Cairo will soon no longer propagate libGL. Build dependencies missing for fbi and/or fbpdf. fbi needs: freetype2 fontconfig libdrm libexif libpng libtiff-4 pixman-1 fbpdf needs: libdrm poppler-glib gbm egl epoxy pixman-1 While at it also explicitly add pixman.
This commit is contained in:
parent
48f289e3e3
commit
1136443434
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
, fetchurl
|
||||
, libGL
|
||||
, libjpeg
|
||||
, libexif
|
||||
, giflib
|
||||
|
@ -17,6 +18,7 @@
|
|||
, sane-backends
|
||||
, libXpm
|
||||
, libepoxy
|
||||
, pixman
|
||||
, poppler
|
||||
, mesa
|
||||
, lirc
|
||||
|
@ -42,6 +44,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ pkg-config which ];
|
||||
buildInputs = [
|
||||
libGL
|
||||
libexif
|
||||
libjpeg
|
||||
libpng
|
||||
|
@ -56,6 +59,7 @@ stdenv.mkDerivation rec {
|
|||
libdrm
|
||||
libXpm
|
||||
libepoxy
|
||||
pixman
|
||||
poppler
|
||||
lirc
|
||||
mesa
|
||||
|
|
Loading…
Reference in a new issue