mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-27 09:58:14 +01:00
ce08a37f59
A new requirement for vala 0.38.0. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
12 lines
483 B
INI
12 lines
483 B
INI
; Enable graphviz extension module
|
|
; extension=gv.so
|
|
|
|
; Graphviz' own documentation mentions a "gv.php" file that should
|
|
; be included. This file is however not necessary, it is just a
|
|
; wrapper class around functions that are already available after
|
|
; loading the extension, just leave out the "gv::" prefix.
|
|
; In case you still prefer to use the wrapper class you have to
|
|
; include it using its absolute path:
|
|
; <?php
|
|
; include ('/usr/lib@LIBDIRSUFFIX@/graphviz/php/gv.php');
|
|
; ?>
|