mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 12:47:42 +00:00
* 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
|
||||
(if xineLib.xineramaSupport then xineLib.libXinerama else null)
|
||||
];
|
||||
configureFlags = "--without-readline";
|
||||
configureFlags = "--without-readline --disable-xft";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user