Skip to content
Snippets Groups Projects
Commit 4ee93747 authored by Quentin Labourey's avatar Quentin Labourey
Browse files

[infuse_asn1_types] updated sysdep

parent 0a99ec04
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ LICENSE= 2-clause-bsd
include ../../mk/sysdep/mono.mk
include ../mk/sysdep/mono.mk
include ../../mk/language/c.mk
include ../../mk/language/c++.mk
include ../../mk/sysdep/cmake.mk
......
# robotpkg depend.mk for: mono
# Created: Quentin Labourey on Wed, 11 July 2018
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
MONO_DEPEND_MK:= ${MONO_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= mono
endif
ifeq (+,$(MONO_DEPEND_MK))
PREFER.mono?= system
DEPEND_USE+= mono
DEPEND_ABI.mono= mono>=4.2
SYSTEM_SEARCH.mono= 'lib/mono'
SYSTEM_PKG.Ubuntu.mono= mono-devel
endif
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment