From: Arnout E. <rab...@us...> - 2013-07-21 20:57:25
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "notion window manager core". The branch, master has been updated via 899f3da096a21afbd26a8ae7b177dd46d834ad81 (commit) from f26cfc34374590b6c9fb60334888139b2a7215c8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 899f3da096a21afbd26a8ae7b177dd46d834ad81 Author: Olof Johansson <ol...@et...> Date: Sat May 11 21:14:03 2013 +0200 build: Use more overrideable system-autodetect.mk With these changes, some commonly overrided values can be exported from the environment to influence the build output (e.g. PREFIX, CFLAGS, INSTALL, etc). You can also specify the lua version you'd like to use with the following variable: "LUA_VERSION" (if not specified, it tries to detect the highest lua version available (as seen by pkg-config)). ----------------------------------------------------------------------- Summary of changes: README | 6 +- build/lua-detect.mk | 48 +++++++++++++++++++++ system-autodetect.mk | 116 +++++++++++++------------------------------------ 3 files changed, 82 insertions(+), 88 deletions(-) create mode 100644 build/lua-detect.mk hooks/post-receive -- notion window manager core |