mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +02:00
defs.mk, make.mk, create-pkg-config.sh: Some additions to package-config creation
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
38712ed260
commit
342ec62622
3 changed files with 18 additions and 5 deletions
|
|
@ -147,6 +147,7 @@ endif
|
|||
FULL_NAME = $(shell id -nu | xargs getent passwd | cut -d: -f5)
|
||||
DEVELOPMENT ?= $(shell echo $(VERSION) | grep -q 'dev' && echo true)
|
||||
USE_PROJECT_LIB ?= true
|
||||
EXPORT_PROJECT_LIB ?= $(USE_PROJECT_LIB)
|
||||
USE_YTOOLS ?= true
|
||||
USE_EXCEPTIONS_IN_C ?= true
|
||||
REENTRANT ?= true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue