gdk-pixbuf: do not build deprecated xlib library
It is deprecated and will be removed: https://mail.gnome.org/archives/desktop-devel-list/2019-November/msg00009.html Until then, you can use gdk-pixbuf-xlib package.
This commit is contained in:
parent
6323002aac
commit
80a89002f1
@ -16,7 +16,6 @@
|
|||||||
, libtiff
|
, libtiff
|
||||||
, libjpeg
|
, libjpeg
|
||||||
, libpng
|
, libpng
|
||||||
, libX11
|
|
||||||
, gnome3
|
, gnome3
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, doCheck ? false
|
, doCheck ? false
|
||||||
@ -65,11 +64,6 @@ stdenv.mkDerivation rec {
|
|||||||
fixDarwinDylibNames
|
fixDarwinDylibNames
|
||||||
];
|
];
|
||||||
|
|
||||||
# !!! We might want to factor out the gdk-pixbuf-xlib subpackage.
|
|
||||||
buildInputs = [
|
|
||||||
libX11
|
|
||||||
];
|
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
glib
|
glib
|
||||||
libtiff
|
libtiff
|
||||||
@ -79,7 +73,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
"-Ddocs=true"
|
"-Ddocs=true"
|
||||||
"-Dx11=true"
|
"-Dx11=false" # use gdk-pixbuf-xlib
|
||||||
"-Dgir=${if gobject-introspection != null then "true" else "false"}"
|
"-Dgir=${if gobject-introspection != null then "true" else "false"}"
|
||||||
"-Dgio_sniffing=false"
|
"-Dgio_sniffing=false"
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user