On Tue, Jan 17, 2017 at 12:32 PM, Al Poole <nets...@gmail.com> wrote: > I quite like the idea of different configs for different architectures and > configurations. > > just files with config data. > > CONFIG_ARM_LINUX_WAYLAND_DRM_X11 > CONFIG_AMD64_LINUX_X11 > CONFIG_AMD64_OPENBSD_X11 > > Then specify a config and build with Makefiles... > > make CONFIG_ARM_LINUX_WAYLAND_DRM_X11 > make install
this is possible in all build systems, for example with kconfig people use some fragments (like in kernel), with autoconf you use some "--with-preset=XXXX" and in code you define your variables, similar to CMake... -- Gustavo Sverzut Barbieri -------------------------------------- Mobile: +55 (16) 99354-9890 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel