Debian: pass USE_PYTHON=off to cmake #363

This commit is contained in:
nick black 2020-02-22 21:50:48 -05:00
parent 3483f019e3
commit 3f493691d0
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
2 changed files with 2 additions and 2 deletions

2
debian/rules vendored
View File

@ -13,7 +13,7 @@ CFLAGS += -ffile-prefix-map=$(CURDIR)=/
dh $@ --buildsystem=cmake dh $@ --buildsystem=cmake
override_dh_auto_configure: override_dh_auto_configure:
dh_auto_configure -- -DDFSG_BUILD=ON dh_auto_configure -- -DDFSG_BUILD=ON -DUSE_PYTHON=OFF
override_dh_auto_build: override_dh_auto_build:
dh_auto_build dh_auto_build

View File

@ -3,4 +3,4 @@
#define notcurses_VERSION_PATCH "@notcurses_VERSION_PATCH@" #define notcurses_VERSION_PATCH "@notcurses_VERSION_PATCH@"
#cmakedefine DFSG_BUILD #cmakedefine DFSG_BUILD
#cmakedefine USE_FFMPEG #cmakedefine USE_FFMPEG
#define NOTCURSES_SHARE "@CMAKE_INSTALL_DATADIR/notcurses@" #define NOTCURSES_SHARE "@CMAKE_INSTALL_FULL_DATADIR@/notcurses"