Merge pull request #39041 from eqyiel/fix-agg
agg: disable building of examples to fix build
This commit is contained in:
commit
f1eb293287
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
sh autogen.sh
|
sh autogen.sh
|
||||||
'';
|
'';
|
||||||
|
|
||||||
configureFlags = "--x-includes=${libX11.dev}/include --x-libraries=${libX11.out}/lib";
|
configureFlags = "--x-includes=${libX11.dev}/include --x-libraries=${libX11.out}/lib --enable-examples=no";
|
||||||
|
|
||||||
# libtool --tag=CXX --mode=link g++ -g -O2 libexamples.la ../src/platform/X11/libaggplatformX11.la ../src/libagg.la -o alpha_mask2 alpha_mask2.o
|
# libtool --tag=CXX --mode=link g++ -g -O2 libexamples.la ../src/platform/X11/libaggplatformX11.la ../src/libagg.la -o alpha_mask2 alpha_mask2.o
|
||||||
# libtool: error: cannot find the library 'libexamples.la'
|
# libtool: error: cannot find the library 'libexamples.la'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user