mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
Debian: pass USE_PYTHON=off to cmake #363
This commit is contained in:
parent
3483f019e3
commit
3f493691d0
2
debian/rules
vendored
2
debian/rules
vendored
@ -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
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user