Skip to content
Snippets Groups Projects
Commit 1fbd28c1 authored by Félix Ingrand's avatar Félix Ingrand
Browse files

[wip/transgen3] Fix some problems to get it to work with genom3-openprs template.

parent 0979d903
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,8 @@ GNU_CONFIGURE= yes
DEPEND_ABI.openprs= openprs>=1.1b1
include ../../wip/genom3/depend.mk
include ../../supervision/openprs/depend.mk
include ../../pkgtools/pkg-config/depend.mk
include ../../mk/sysdep/java.mk
......
......@@ -11,18 +11,18 @@ endif
ifeq (+,$(TRANSGEN3_DEPEND_MK)) # -------------------------------------------
PREFER.transgen?= robotpkg
PREFER.transgen3?= robotpkg
DEPEND_USE+= transgen3
DEPEND_ABI.transgen?= transgen3>=1.0b0
DEPEND_DIR.transgen?= ../../wip/transgen3
DEPEND_ABI.transgen3?= transgen3>=1.0b0
DEPEND_DIR.transgen3?= ../../wip/transgen3
SYSTEM_SEARCH.transgen=\
SYSTEM_SEARCH.transgen3=\
bin/transgen3 \
include/transgen/oprs-com.h \
lib/pkgconfig/transgen.pc \
lib/liboprs-com.a
include/transgen3/genom-oprs.h \
lib/pkgconfig/transgen3.pc \
lib/genom-oprs.la
endif # TRANSGEN3_DEPEND_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