- add buildrequires libXt-devel for X11/Intrinsic.h, X11/Shell.h:
gcc -o gtk2xtbin.o -c .. -DMOZILLA_CLIENT -Wp,-MD,.deps/gtk2xtbin.pp gtk2xtbin.c In file included from gtk2xtbin.c:46: gtk2xtbin.h:44:27: error: X11/Intrinsic.h: No such file or directory ... gtk2xtbin.c:61:23: error: X11/Shell.h: No such file or directory gtk2xtbin.c:63:28: error: X11/StringDefs.h: No such file or directory
This commit is contained in:
parent
56ab92bf13
commit
22e0f0f115
@ -75,6 +75,7 @@ BuildRequires: libgnomeui-devel
|
|||||||
BuildRequires: krb5-devel
|
BuildRequires: krb5-devel
|
||||||
BuildRequires: pango-devel
|
BuildRequires: pango-devel
|
||||||
BuildRequires: freetype-devel >= 2.1.9
|
BuildRequires: freetype-devel >= 2.1.9
|
||||||
|
BuildRequires: libXt-devel
|
||||||
|
|
||||||
Requires: nspr >= %{nspr_version}
|
Requires: nspr >= %{nspr_version}
|
||||||
Requires: nss >= %{nss_version}
|
Requires: nss >= %{nss_version}
|
||||||
@ -264,6 +265,9 @@ fi
|
|||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 28 2006 Karsten Hopp <karsten@redhat.de>
|
||||||
|
- add buildrequires libXt-devel for X11/Intrinsic.h, X11/Shell.h
|
||||||
|
|
||||||
* Mon Feb 20 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.1-5
|
* Mon Feb 20 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.1-5
|
||||||
- Rebuild
|
- Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user