* Quick hack to fix fonts in xine-ui: disable Xft. But xine-ui
remains the most godawful user interface in history. svn path=/nixpkgs/trunk/; revision=4166
This commit is contained in:
parent
34a3dbbb1d
commit
e34b867778
@ -10,5 +10,5 @@ stdenv.mkDerivation {
|
|||||||
x11 xineLib libpng
|
x11 xineLib libpng
|
||||||
(if xineLib.xineramaSupport then xineLib.libXinerama else null)
|
(if xineLib.xineramaSupport then xineLib.libXinerama else null)
|
||||||
];
|
];
|
||||||
configureFlags = "--without-readline";
|
configureFlags = "--without-readline --disable-xft";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user