Browse Source

Ticket 67, make X11 usage consistent

master
Michael Schloh von Bennewitz 23 years ago committed by Ralf S. Engelschall
parent
commit
657c8e42e1
  1. 5
      xmms/xmms.spec

5
xmms/xmms.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: Audio
License: GPL
Version: 1.2.7
Release: 20030321
Release: 20030424
# list of sources
Source0: ftp://ftp.xmms.org/xmms/1.2.x/xmms-%{version}.tar.bz2
@ -60,6 +60,9 @@ AutoReqProv: no
LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
--with-x \
--x-includes=`%{l_prefix}/etc/rc --query x11_incdir` \
--x-libraries=`%{l_prefix}/etc/rc --query x11_libdir` \
--enable-static \
--with-glib-prefix=%{l_prefix} \
--with-gtk-prefix=%{l_prefix} \

Loading…
Cancel
Save