diff --git a/SysBuild/BuildCluster/Apps.dmk b/SysBuild/BuildCluster/Apps.dmk index 5df46cd..de7938b 100644 --- a/SysBuild/BuildCluster/Apps.dmk +++ b/SysBuild/BuildCluster/Apps.dmk @@ -17,3 +17,4 @@ 0 guibased/gegl 0 guibased/gimp 0 guibased/gimp-data-extras +0 guibased/xsane diff --git a/SysBuild/xsys/xsane b/SysBuild/guibased/xsane similarity index 97% rename from SysBuild/xsys/xsane rename to SysBuild/guibased/xsane index 5a8aafa..8b74101 100644 --- a/SysBuild/xsys/xsane +++ b/SysBuild/guibased/xsane @@ -69,7 +69,7 @@ # # -SRCPATH=X11/Grafik +SRCPATH=GuiBased/Apps premk() { echo "Nothing to do for premk()" @@ -78,8 +78,8 @@ premk() { mk() { CC="gcc $BUILDOPTIONS" \ CXX="g++ $BUILDOPTIONS" \ - ./configure --target=$TARGET \ - --prefix=/usr/X11R7 + USE_ARCH=$UARCH \ + ./configure --prefix=/usr/X11R7 make -j $NUMCPU make -j $NUMCPU DESTDIR=$TMPROOT install }