mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
ncneofetch: don't require multimedia
This commit is contained in:
parent
029013a73d
commit
cde25b9431
@ -572,8 +572,6 @@ target_link_libraries(notcurses-tetris
|
|||||||
notcurses++
|
notcurses++
|
||||||
)
|
)
|
||||||
|
|
||||||
# all further binaries require multimedia support
|
|
||||||
if(NOT ${USE_MULTIMEDIA} STREQUAL "none")
|
|
||||||
############################################################################
|
############################################################################
|
||||||
# ncneofetch
|
# ncneofetch
|
||||||
file(GLOB FETCHSRCS CONFIGURE_DEPENDS src/fetch/*.c)
|
file(GLOB FETCHSRCS CONFIGURE_DEPENDS src/fetch/*.c)
|
||||||
@ -588,6 +586,8 @@ target_link_libraries(ncneofetch
|
|||||||
notcurses
|
notcurses
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# all further binaries require multimedia support
|
||||||
|
if(NOT ${USE_MULTIMEDIA} STREQUAL "none")
|
||||||
############################################################################
|
############################################################################
|
||||||
# ncls
|
# ncls
|
||||||
file(GLOB LSSRC CONFIGURE_DEPENDS src/ls/*.cpp)
|
file(GLOB LSSRC CONFIGURE_DEPENDS src/ls/*.cpp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user