Hi, nice to see OSS coming to Minix! > Another quick question (mostly for François). My build output says > that > it depends on GTK, which isn't available. What do I need to do to > disable it? We don't even use GTK.
Nor do we. The configure script should just detect GTK, and then parts that depend on it will just not be built. For ex, ossxmix depends on GTK for the controls, so: cmd/ossxmix/.config contains: cflags=$GTKCFLAGS ldflags=$GTKLDFLAGS depends=GTK the configure process will then skip it when creating makefiles. François. _______________________________________________ oss-devel mailing list oss-devel@mailman.opensound.com http://mailman.opensound.com/mailman/listinfo/oss-devel