* --with-system-cairo -> --enable-system-cairo.
svn path=/nixpkgs/trunk/; revision=6538
This commit is contained in:
parent
7927e7cd1f
commit
12dc491db5
@ -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 []);
|
||||
|
||||
|
@ -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 []);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user