* --with-system-cairo -> --enable-system-cairo.

svn path=/nixpkgs/trunk/; revision=6538
This commit is contained in:
Eelco Dolstra 2006-09-17 09:53:12 +00:00
parent 7927e7cd1f
commit 12dc491db5
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ stdenv.mkDerivation {
"--with-system-jpeg"
"--with-system-png"
"--with-system-zlib"
"--with-system-cairo"
"--enable-system-cairo"
]
++ (if enableOfficialBranding then ["--enable-official-branding"] else []);

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation {
"--with-system-jpeg"
"--with-system-png"
"--with-system-zlib"
"--with-system-cairo"
"--enable-system-cairo"
]
++ (if enableOfficialBranding then ["--enable-official-branding"] else []);
}