diff options
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-scm.ebuild | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net-misc/spice-gtk/spice-gtk-scm.ebuild b/net-misc/spice-gtk/spice-gtk-scm.ebuild index 8ccbd09..834a610 100644 --- a/net-misc/spice-gtk/spice-gtk-scm.ebuild +++ b/net-misc/spice-gtk/spice-gtk-scm.ebuild @@ -88,20 +88,6 @@ src_prepare() { src_configure() { local myconf=() -# local audio="no" - - -# if use gstreamer ; then -# myconf+=( --enable-gstaudio=yes --enable-gstvideo=yes ) -# else -# myconf+=( --enable-gstaudio=no --enable-gstvideo=no ) -# fi - -# if use pulseaudio ; then -# myconf+=( --enable-pulse=yes ) -# else -# myconf+=( --enable-puse=no ) -# fi if use vala ; then # force vala regen for MinGW, etc |