Mercurial > mplayer.hg
comparison debian/rules @ 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 | 180bd6b3f6c2 |
children | 0cb447b69ddd |
comparison
equal
deleted
inserted
replaced
17407:281856c09bfd | 17408:c7d4f538f7e1 |
---|---|
17 # Add here commands to configure the package. | 17 # Add here commands to configure the package. |
18 $(checkdir) | 18 $(checkdir) |
19 # If you plan to install the target .deb on a wide variety of machines, | 19 # If you plan to install the target .deb on a wide variety of machines, |
20 # you may want to add the "--enable-runtime-cpudetection" option to | 20 # you may want to add the "--enable-runtime-cpudetection" option to |
21 # the line below, but beware: the resulting binary will run slower | 21 # the line below, but beware: the resulting binary will run slower |
22 ./configure --prefix=/usr --confdir=/etc/mplayer --enable-gui $(DEB_BUILD_OPTIONS) | 22 ./configure --prefix=/usr --confdir=/etc/mplayer $(DEB_BUILD_OPTIONS) |
23 | 23 |
24 touch configure-stamp | 24 touch configure-stamp |
25 | 25 |
26 build: configure-stamp build-stamp | 26 build: configure-stamp build-stamp |
27 build-stamp: | 27 build-stamp: |