SlackBuildsOrg/libraries/cogl
Ozan Türkyılmaz 7fea94717c
libraries/cogl: Make introspection yes by default
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-07-17 19:08:45 +07:00
..
cogl.info
cogl.SlackBuild libraries/cogl: Make introspection yes by default 2022-07-17 19:08:45 +07:00
README libraries/cogl: Make introspection yes by default 2022-07-17 19:08:45 +07:00
slack-desc

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=no  : Disable introspection for this build