Skip to content
Snippets Groups Projects
Commit 6990eab5 authored by Arnaud Degroote's avatar Arnaud Degroote
Browse files

[wip] Add some sysdep for libgqlviewer

From the website:

libQGLViewer is a C++ library based on Qt that eases the creation of
OpenGL 3D viewers.

It provides some of the typical 3D viewer functionalities, such as the
possibility to move the camera using the mouse, which lacks in most of
the other APIs. Other features include mouse manipulated frames,
interpolated keyFrames, object selection, stereo display, screenshot
saving and much more. It can be used by OpenGL beginners as well as to
create complex applications, being fully customizable and easy to
extend.
parent 37333f8f
No related branches found
No related tags found
No related merge requests found
# robotpkg sysdep/libqglviewer.mk
# Created: Arnaud Degroote on May 22 2013
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
LIBQGLVIEWER_MM_DEPEND_MK:= ${LIBQGLVIEWER_MM_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= libqglviewer
endif
ifeq (+,$(LIBQGLVIEWER_MM_DEPEND_MK)) # ------------------------------------------------
PREFER.libqglviewer?= system
DEPEND_USE+= libqglviewer
DEPEND_ABI.libqglviewer?= libqglviewer>=2.3
SYSTEM_SEARCH.libqglviewer= \
'lib/libqglviewer-qt4.so'
SYSTEM_PKG.Fedora.libqglviewer= libQGLViewer-devel
SYSTEM_PKG.Ubuntu.libqglviewer= libqglviewer-qt4-dev
SYSTEM_PKG.Debian.libqglviewer= libqglviewer-qt4-dev
endif # LIBQGLVIEWER_MM_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