Browse Source

Ticket 67, make X11 usage consistent

master
Michael Schloh von Bennewitz 23 years ago committed by Ralf S. Engelschall
parent
commit
60d74c7561
  1. 4
      mtr/mtr.spec

4
mtr/mtr.spec

@ -76,8 +76,12 @@ AutoReqProv: no
./configure \
--prefix=%{l_prefix} \
%if "%{with_x11}" == "yes"
--with-x \
--x-includes=`%{l_prefix}/etc/rc --query x11_incdir` \
--x-libraries=`%{l_prefix}/etc/rc --query x11_libdir` \
--with-gtk-prefix=%{l_prefix}
%else
--without-x \
--without-gtk
%endif
%{l_shtool} subst \

Loading…
Cancel
Save