mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
Don't build doxygen by default
This commit is contained in:
parent
e9818fe8e8
commit
33b8ad0518
@ -14,7 +14,7 @@ set(NOTCURSES_SHARE ${CMAKE_INSTALL_PREFIX}/share/notcurses)
|
|||||||
|
|
||||||
###################### USER-SELECTABLE OPTIONS ###########################
|
###################### USER-SELECTABLE OPTIONS ###########################
|
||||||
option(DFSG_BUILD "DFSG build (no non-free media/code)" OFF)
|
option(DFSG_BUILD "DFSG build (no non-free media/code)" OFF)
|
||||||
option(USE_DOXYGEN "Build HTML cross reference with doxygen" ON)
|
option(USE_DOXYGEN "Build HTML cross reference with doxygen" OFF)
|
||||||
option(USE_FFMPEG "Disable FFmpeg image/video support (recommended)" ON)
|
option(USE_FFMPEG "Disable FFmpeg image/video support (recommended)" ON)
|
||||||
option(USE_NETWORK "Allow cargo to use the network" OFF)
|
option(USE_NETWORK "Allow cargo to use the network" OFF)
|
||||||
option(USE_PANDOC "Build man pages and HTML reference with pandoc" ON)
|
option(USE_PANDOC "Build man pages and HTML reference with pandoc" ON)
|
||||||
@ -560,6 +560,7 @@ if(${USE_PYTHON})
|
|||||||
OUTPUT
|
OUTPUT
|
||||||
"${CMAKE_CURRENT_BINARY_DIR}/build/pytimestamp"
|
"${CMAKE_CURRENT_BINARY_DIR}/build/pytimestamp"
|
||||||
COMMAND
|
COMMAND
|
||||||
|
"${Python3_EXECUTABLE}" ${SETUP_PY} egg_info &&
|
||||||
"${Python3_EXECUTABLE}" ${SETUP_PY} build_ext -L ${CMAKE_CURRENT_BINARY_DIR} -b ${CMAKE_CURRENT_BINARY_DIR}/python -t${CMAKE_CURRENT_BINARY_DIR}/python &&
|
"${Python3_EXECUTABLE}" ${SETUP_PY} build_ext -L ${CMAKE_CURRENT_BINARY_DIR} -b ${CMAKE_CURRENT_BINARY_DIR}/python -t${CMAKE_CURRENT_BINARY_DIR}/python &&
|
||||||
"${Python3_EXECUTABLE}" ${SETUP_PY} build_py
|
"${Python3_EXECUTABLE}" ${SETUP_PY} build_py
|
||||||
DEPENDS
|
DEPENDS
|
||||||
@ -673,7 +674,7 @@ install(FILES
|
|||||||
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man3
|
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man3
|
||||||
)
|
)
|
||||||
|
|
||||||
install(FILES src/pydemo/notcurses-pydemo DESTINATION bin)
|
install(PROGRAMS src/pydemo/notcurses-pydemo DESTINATION bin)
|
||||||
install(TARGETS notcurses-demo DESTINATION bin)
|
install(TARGETS notcurses-demo DESTINATION bin)
|
||||||
install(TARGETS notcurses-input DESTINATION bin)
|
install(TARGETS notcurses-input DESTINATION bin)
|
||||||
install(TARGETS notcurses-ncreel DESTINATION bin)
|
install(TARGETS notcurses-ncreel DESTINATION bin)
|
||||||
@ -698,7 +699,7 @@ if(${USE_PYTHON})
|
|||||||
install(
|
install(
|
||||||
CODE "execute_process(
|
CODE "execute_process(
|
||||||
COMMAND
|
COMMAND
|
||||||
${Python3_EXECUTABLE} ${SETUP_PY} install --root=${DESTDIR} --prefix=${CMAKE_INSTALL_PREFIX} --single-version-externally-managed --optimize=1 --skip-build
|
${Python3_EXECUTABLE} ${SETUP_PY} install --root=/ --prefix=${CMAKE_INSTALL_PREFIX} --optimize=1
|
||||||
WORKING_DIRECTORY
|
WORKING_DIRECTORY
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/python
|
${CMAKE_CURRENT_BINARY_DIR}/python
|
||||||
)"
|
)"
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -5,9 +5,7 @@ Build-Depends: cmake,
|
|||||||
debhelper-compat (= 12),
|
debhelper-compat (= 12),
|
||||||
dh-python (>= 4.20191017),
|
dh-python (>= 4.20191017),
|
||||||
dh-sequence-python3,
|
dh-sequence-python3,
|
||||||
dia,
|
|
||||||
doctest-dev,
|
doctest-dev,
|
||||||
doxygen (>= 1.8.16),
|
|
||||||
graphviz (>= 2.42.2),
|
graphviz (>= 2.42.2),
|
||||||
libavformat-dev (>= 7:4.2.1),
|
libavformat-dev (>= 7:4.2.1),
|
||||||
libavutil-dev (>= 7:4.2.1),
|
libavutil-dev (>= 7:4.2.1),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user