Skip to content

Commit

Permalink
gobject=introspection: small tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Oct 2, 2015
1 parent e57cd86 commit 76a68a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/gobject-introspection/BUILD
@@ -1,6 +1,6 @@
OPTS+=" --disable-static " &&
OPTS+=" --disable-static " &&

if [ "`get_module_config DOCS`" = "n" ] ; then
if [ "`get_module_config DOCS`" = "n" ]; then
sedit 's/SUBDIRS = . docs tests/SUBDIRS = . tests/g' Makefile.in
fi &&

Expand Down
6 changes: 3 additions & 3 deletions devel/gobject-introspection/DEPENDS
@@ -1,8 +1,8 @@
depends libffi
depends glib-2
depends libffi
depends glib-2

# actually this is an optdep, but most introspection modules
# will fail without cairo support
depends cairo

optional_depends Python "" "" "For Python support"
optional_depends Python "" "" "For Python support"
1 change: 0 additions & 1 deletion devel/gobject-introspection/DETAILS
Expand Up @@ -15,7 +15,6 @@ can be used in several different use cases, for example automatic code
generation for bindings, API verification and documentation generation.
GObject Introspection contains tools to generate and handle the
introspection data.

This package contains tools for extracting introspection data from
libraries and transforming it into different formats.
EOF

0 comments on commit 76a68a2

Please sign in to comment.