summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-16 22:55:08 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-16 22:55:08 +0000
commit0b43e88949de0428cea54412e6f777002e6e5f8b (patch)
tree343874bacd3a523172fcc2803e49a19cf6957040 /debian
parent12f64963290c322fd2503df4adb8196c9c242543 (diff)
downloadmpv-0b43e88949de0428cea54412e6f777002e6e5f8b.tar.bz2
mpv-0b43e88949de0428cea54412e6f777002e6e5f8b.tar.xz
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
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index be335e2df3..37e2304605 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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