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.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17409 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-01-16 22:55:08 +00:00
parent 12f6496329
commit 0b43e88949
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -19,7 +19,7 @@ configure-stamp:
# 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