[MPlayer-cvslog] CVS: main/debian rules,1.50,1.51
Diego Biurrun CVS
syncmail at mplayerhq.hu
Mon Jan 16 23:55:11 CET 2006
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/debian
In directory mail:/var2/tmp/cvs-serv590/debian
Modified Files:
rules
Log Message:
Do not build the GUI by default in the Debian package to be more in line
with the behavior of the rest of the build system.
Index: rules
===================================================================
RCS file: /cvsroot/mplayer/main/debian/rules,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- rules 8 Jan 2006 17:37:00 -0000 1.50
+++ rules 16 Jan 2006 22:55:08 -0000 1.51
@@ -19,7 +19,7 @@
# If you plan to install the target .deb on a wide variety of machines,
# you may want to add the "--enable-runtime-cpudetection" option to
# the line below, but beware: the resulting binary will run slower
- ./configure --prefix=/usr --confdir=/etc/mplayer --enable-gui $(DEB_BUILD_OPTIONS)
+ ./configure --prefix=/usr --confdir=/etc/mplayer $(DEB_BUILD_OPTIONS)
touch configure-stamp
More information about the MPlayer-cvslog
mailing list