Browse Source

use new X11 package

master
parent
commit
6aa97ff7d0
  1. 9
      gtk/gtk.spec

9
gtk/gtk.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EXP]
Group: X11 Group: X11
License: GPL License: GPL
Version: 1.2.10 Version: 1.2.10
Release: 20011201 Release: 20011228
# list of sources # list of sources
Source0: ftp://ftp.gtk.org/pub/gtk/v1.2/gtk+-%{version}.tar.gz Source0: ftp://ftp.gtk.org/pub/gtk/v1.2/gtk+-%{version}.tar.gz
@ -41,8 +41,8 @@ Source0: ftp://ftp.gtk.org/pub/gtk/v1.2/gtk+-%{version}.tar.gz
# build information # build information
Prefix: %{l_prefix} Prefix: %{l_prefix}
BuildRoot: %{l_buildroot} BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20011227, glib BuildPreReq: OpenPKG, openpkg >= 20011227, glib, X11
PreReq: OpenPKG, openpkg >= 20011227, glib PreReq: OpenPKG, openpkg >= 20011227, glib, X11
AutoReq: no AutoReq: no
AutoReqProv: no AutoReqProv: no
@ -60,6 +60,9 @@ AutoReqProv: no
CFLAGS="%{l_cflags -O}" \ CFLAGS="%{l_cflags -O}" \
./configure \ ./configure \
--prefix=%{l_prefix} \ --prefix=%{l_prefix} \
--with-x \
--x-includes=`%{l_prefix}/etc/rc --query x11_incdir` \
--x-libraries=`%{l_prefix}/etc/rc --query x11_libdir` \
--with-glib-prefix=%{l_prefix} \ --with-glib-prefix=%{l_prefix} \
--disable-nls \ --disable-nls \
--with-native-locale=no \ --with-native-locale=no \

Loading…
Cancel
Save