Skip to content

Commit

Permalink
#1037 more limited opensuse xorg dependencies
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@11338 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Nov 30, 2015
1 parent b6ffe3d commit 949ff14
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions rpmbuild/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#some of these dependencies may get turned off (empty) on some platforms:
%define dummy --with-Xdummy
%define dummy_driver xorg-x11-drv-dummy
%define requires_xorg xorg-x11-server-utils, xorg-x11-drv-dummy, xorg-x11-xauth
%define requires_websockify , python-websockify
%define requires_lzo , python-lzo
%define requires_cython Cython
Expand Down Expand Up @@ -101,13 +101,14 @@ Patch0: centos-ignore-invalid-gcc-warning.patch
%endif

%if 0%{?suse_version}
%define dummy_driver xf86-video-dummy
%define requires_xorg xauth, xf86-video-dummy
%define requires_cython python-Cython
%define requires_pygobject2 python-gobject2
%define requires_pygtk2 python-gtk
%define gstreamer1 , gstreamer, gstreamer-plugins-base, gstreamer-plugins-good, gstreamer-plugins-ugly
%define requires_sound %{gstreamer1}, python-gstreamer, pulseaudio, pulseaudio-utils
%define py3requires_sound %{gstreamer1}, python3-gstreamer, pulseaudio, pulseaudio-utils
%define requires_opengl , PyOpenGL, PyOpenGL-accelerate, python-gtkglext, numpy
%endif

Name: xpra
Expand Down Expand Up @@ -137,7 +138,7 @@ Requires: python-rencode
Requires: python-pillow
Requires: libfakeXinerama
Requires: gtk2-immodule-xim
Requires: xorg-x11-server-utils, %{dummy_driver}, xorg-x11-xauth
Requires: %{requires_xorg}
Requires: %{libvpx}
Requires: %{libwebp}
Requires: x264-xpra
Expand Down

0 comments on commit 949ff14

Please sign in to comment.