fvwm: add gestures option to use libstroke
This commit is contained in:
parent
474d64eecf
commit
523d6846a7
@ -1,8 +1,12 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig
|
{ gestures ? false
|
||||||
|
, stdenv, fetchurl, pkgconfig
|
||||||
, cairo, fontconfig, freetype, libXft, libXcursor, libXinerama
|
, cairo, fontconfig, freetype, libXft, libXcursor, libXinerama
|
||||||
, libXpm, librsvg, libpng, fribidi, perl
|
, libXpm, librsvg, libpng, fribidi, perl
|
||||||
|
, libstroke ? null
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
assert gestures -> libstroke != null;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "fvwm-2.6.5";
|
name = "fvwm-2.6.5";
|
||||||
|
|
||||||
@ -15,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
pkgconfig cairo fontconfig freetype
|
pkgconfig cairo fontconfig freetype
|
||||||
libXft libXcursor libXinerama libXpm
|
libXft libXcursor libXinerama libXpm
|
||||||
librsvg libpng fribidi perl
|
librsvg libpng fribidi perl
|
||||||
];
|
] ++ stdenv.lib.optional gestures libstroke;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://fvwm.org";
|
homepage = "http://fvwm.org";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user