Added a description of djopt(vianudge) in the user docs.
[geda-pcb/pcjc2.git] / w32 / recipes / pcb.recipe
blob629883e709bea19ad5fa66c138030b20e09a0d6c
1 name=pcb
3 pkg_builddir=$(cd $bindir/.. && pwd)
5 configure_opt="--disable-update-desktop-database --disable-update-mime-database --disable-dbus"
7 # configure-time test fails because of stdcall signature
8 export ac_cv_func_gdImageGif=yes
9 export ac_cv_func_gdImageJpeg=yes
10 export ac_cv_func_gdImagePng=yes
12 src_configure()
14   if [ ! -f configure ]; then
15     ./autogen.sh || return 1
16   fi
17   do_configure