X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=debian%2Frules;h=59166c008eca230fd93639e5f504f5707258ea20;hb=ee0caac9d1f999eded5686a92c14df6f64a41f59;hp=b26cb650d03597615b626f11b41e0e0ced97eef9;hpb=0785719cac6d6f0c4e1f7431c4bb6feef5a9dd1f;p=pkg-ncmpc.git diff --git a/debian/rules b/debian/rules index b26cb65..59166c0 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -CFLAGS = -Wall -g -I/usr/include/ncursesw +CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 @@ -24,7 +24,18 @@ config.status: configure CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \ --mandir=\$${prefix}/share/man \ - --enable-search-screen --enable-artist-screen + --enable-wide \ + --enable-nls \ + --enable-colors \ + --enable-lirc \ + --enable-help-screen \ + --enable-mouse \ + --enable-artist-screen \ + --enable-search-screen \ + --enable-song-screen \ + --enable-key-screen \ + --enable-lyrics-screen \ + --with-ncursesw build: build-stamp