Skip to content
Snippets Groups Projects
Commit cd4367ec authored by Anthony Mallet's avatar Anthony Mallet
Browse files

Delete sysdep/libogre.mk: moved to robotpkg

parent f006a08f
No related branches found
No related tags found
No related merge requests found
# robotpkg depend.mk for: libogre
# Created: Charles Lesire on 30 Apr 2014
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
LIBOGRE_DEPEND_MK:= ${LIBOGRE_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= libogre
endif
ifeq (+,$(LIBOGRE_DEPEND_MK)) # ---------------------------------------------
PREFER.libogre?= system
DEPEND_USE+= libogre
DEPEND_ABI.libogre?= libogre>=1.0
SYSTEM_SEARCH.libogre= \
include/OGRE/Ogre.h \
# lib/libOgreMain.so \
# lib/pkgconfig/Ogre.pc
SYSTEM_PKG.Fedora.libogre=ogre-devel
SYSTEM_PKG.Ubuntu.libogre=libogre-dev
SYSTEM_PKG.Debian.libogre=libogre-dev
SYSTEM_PKG.NetBSD.libogre=devel/ogre
endif # LIBOGRE_DEPEND_MK ---------------------------------------------------
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