Mercurial > mplayer.hg
changeset 17408:c7d4f538f7e1
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.
author | diego |
---|---|
date | Mon, 16 Jan 2006 22:55:08 +0000 |
parents | 281856c09bfd |
children | 8429927f02fc |
files | debian/rules |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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