# HG changeset patch # User diego # Date 1137452108 0 # Node ID c7d4f538f7e1a32f41a5877e9986a6fbd6119f40 # Parent 281856c09bfd7decdb16c76091a47bb8cad3a20a 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. diff -r 281856c09bfd -r c7d4f538f7e1 debian/rules --- a/debian/rules Mon Jan 16 22:41:35 2006 +0000 +++ b/debian/rules Mon Jan 16 22:55:08 2006 +0000 @@ -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