diff options
-rw-r--r-- | graphics/clutter/Makefile | 3 | ||||
-rw-r--r-- | net-im/farstream/Makefile | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index 2a2f893f8..0327bf2ea 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -20,7 +20,8 @@ USES= pkgconfig gettext pathfix USE_GMAKE= yes USE_XZ= yes USE_AUTOTOOLS= libtool -USE_GNOME= gdkpixbuf2 ltverhack gnomeprefix atk pango +USE_GNOME= gdkpixbuf2 ltverhack gnomeprefix atk pango \ + introspection:build USE_GL= gl USE_XORG= glproto x11 xfixes xdamage xcomposite xi USE_LDCONFIG= yes diff --git a/net-im/farstream/Makefile b/net-im/farstream/Makefile index 96efb0c8f..314695c82 100644 --- a/net-im/farstream/Makefile +++ b/net-im/farstream/Makefile @@ -19,7 +19,7 @@ USE_GMAKE= yes USES= gettext pathfix pkgconfig USE_LDCONFIG= yes USE_PYTHON= yes -USE_GNOME= glib20 ltverhack +USE_GNOME= glib20 ltverhack introspection:build USE_GSTREAMER= core good bad python USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include |