slackbuilds/libraries/cogl
Ozan Türkyılmaz d40ef53097
libraries/cogl: Added -j1 to make.
This failed to build with multiple jobs (-j5).

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-06-04 10:37:11 +07:00
..
README
cogl.SlackBuild libraries/cogl: Added -j1 to make. 2022-06-04 10:37:11 +07:00
cogl.info
slack-desc

README

Cogl is a small open source library for using 3D graphics hardware for
rendering. The API departs from the flat state machine style of OpenGL
and is designed to make it easy to write orthogonal components that
can render without stepping on each others toes.

Having other backends, besides OpenGL, such as drm, Gallium or D3D are
options we are interested in for the future.

Below variables can be used to configure the build:
  GTKDOC=yes        : Use gtk-doc to build documentation
  INTROSPECTION=yes : Enable introspection for this build