rpms/libtwin/devel libtwin.spec,1.1,1.2

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Sat Apr 7 03:38:40 UTC 2007


Author: dwmw2

Update of /cvs/extras/rpms/libtwin/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6079

Modified Files:
	libtwin.spec 
Log Message:
disable X11


Index: libtwin.spec
===================================================================
RCS file: /cvs/extras/rpms/libtwin/devel/libtwin.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libtwin.spec	5 Apr 2007 20:43:03 -0000	1.1
+++ libtwin.spec	7 Apr 2007 03:38:07 -0000	1.2
@@ -1,6 +1,6 @@
 Name:		libtwin
 Version:	0.0.2
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Tiny Window System
 
 Group:		System Environment/Libraries
@@ -10,8 +10,7 @@
 Patch0:		libtwin-0.0.2-no-altivec.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  libpng-devel zlib-devel libX11-devel libjpeg-devel
-BuildRequires:	freetype-devel
+BuildRequires:  libpng-devel zlib-devel libjpeg-devel freetype-devel
 
 %description
 With embedded systems gaining high resolution displays and powerful
@@ -42,7 +41,7 @@
 %patch0 -p1
 
 %build
-%configure --disable-static
+%configure --disable-static --disable-x11
 make %{?_smp_mflags}
 
 
@@ -74,6 +73,9 @@
 %{_libdir}/pkgconfig/libtwin.pc
 
 %changelog
+* Fri Apr  6 2007 David Woodhouse <dwmw2 at infradead.org> 0.0.2-3
+- Disable X11. Otherwise we have to pull it into the petitboot initrd.
+
 * Thu Apr  5 2007 David Woodhouse <dwmw2 at infradead.org> 0.0.2-2
 - Fix non-HAVE_ALTIVEC build
 




More information about the scm-commits mailing list