diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-01-16 22:55:08 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-01-16 22:55:08 +0000 |
commit | 0b43e88949de0428cea54412e6f777002e6e5f8b (patch) | |
tree | 343874bacd3a523172fcc2803e49a19cf6957040 /debian/rules | |
parent | 12f64963290c322fd2503df4adb8196c9c242543 (diff) |
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/rules')
-rwxr-xr-x | debian/rules | 2 |
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 |