Skip to content
Snippets Groups Projects
Commit 853e010c authored by Séverin Lemaignan's avatar Séverin Lemaignan
Browse files

[wip/py-laaswm] Fixed depend.mk

parent f3414003
No related branches found
No related tags found
No related merge requests found
......@@ -3,18 +3,18 @@ DEPEND_DEPTH:= ${DEPEND_DEPTH}+
PYLAASWM_DEPEND_MK:= ${PYLAASWM_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= pylaaswm
DEPEND_PKG+= py-laaswm
endif
ifeq (+,$(PYLAASWM_DEPEND_MK)) # -----------------------------------------------
PREFER.pylaaswm?= robotpkg
PREFER.py-laaswm?= robotpkg
DEPEND_USE+= pylaaswm
DEPEND_ABI.pylaaswm?= pylaaswm>=1.3
DEPEND_DIR.pylaaswm?= ../../wip/pylaaswm
DEPEND_USE+= py-laaswm
DEPEND_ABI.py-laaswm?= ${PKGTAG.python-}laaswm>=1.3
DEPEND_DIR.py-laaswm?= ../../wip/py-laaswm
SYSTEM_SEARCH.pylaaswm=\
SYSTEM_SEARCH.py-laaswm=\
'${PYTHON_SYSLIBSEARCH}/laaswm.py'
include ../../mk/sysdep/python.mk
......
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