From: Sebastian Harl Date: Sun, 11 Jan 2009 19:10:06 +0000 (+0100) Subject: rules: Explicitly enable newly added compile time settings. X-Git-Tag: ncmpc-0.13-1~6 X-Git-Url: https://git.tokkee.org/?p=pkg-ncmpc.git;a=commitdiff_plain;h=dbe3fde6e216e156dc8ee945d1b4f54cc94642bb rules: Explicitly enable newly added compile time settings. --- diff --git a/debian/rules b/debian/rules index 59166c0..728b9e3 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,10 @@ config.status: configure CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \ --mandir=\$${prefix}/share/man \ + --disable-mini \ --enable-wide \ + --enable-multibyte \ + --enable-locale \ --enable-nls \ --enable-colors \ --enable-lirc \ @@ -35,6 +38,7 @@ config.status: configure --enable-song-screen \ --enable-key-screen \ --enable-lyrics-screen \ + --enable-outputs-screen \ --with-ncursesw build: build-stamp