Accepting request 350715 from home:mlatimer:branches:Virtualization:VMware

Disable gtkmm2.4 for SLES12 builds

OBS-URL: https://build.opensuse.org/request/show/350715
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=326
This commit is contained in:
Mike Latimer 2015-12-24 18:11:49 +00:00 committed by Git OBS Bridge
parent 6f68234486
commit d1fc4020ee
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Dec 23 23:43:22 UTC 2015 - mlatimer@suse.com
- Compile without gtkmm support for SLES12 based environments
(which do not provide gtkmm2.4)
-------------------------------------------------------------------
Tue Dec 1 01:10:01 UTC 2015 - mlatimer@suse.com

View File

@ -276,6 +276,9 @@ chmod 755 configure
--without-x \
%endif
--disable-dependency-tracking \
%if ! 0%{?is_opensuse} && 0%{?suse_version} == 1315
--without-gtkmm \
%endif
%if ! %{with vgauth}
--without-xmlsecurity \
--without-xerces \