mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
drone: use new debian unstable 2021-02-24a
This commit is contained in:
parent
e30b12a480
commit
cef5e45be6
@ -5,7 +5,7 @@ name: debian-unstable
|
||||
|
||||
steps:
|
||||
- name: debian-build
|
||||
image: dankamongmen/unstable_builder:2021-02-12b
|
||||
image: dankamongmen/unstable_builder:2021-02-24a
|
||||
commands:
|
||||
- export LANG=en_US.UTF-8
|
||||
- mkdir build
|
||||
|
@ -530,18 +530,12 @@ target_include_directories(notcurses-demo
|
||||
include
|
||||
src
|
||||
"${PROJECT_BINARY_DIR}/include"
|
||||
PUBLIC
|
||||
"${AVCODEC_INCLUDE_DIRS}"
|
||||
"${AVFORMAT_INCLUDE_DIRS}"
|
||||
"${AVUTIL_INCLUDE_DIRS}"
|
||||
"${SWSCALE_INCLUDE_DIRS}"
|
||||
)
|
||||
target_link_libraries(notcurses-demo
|
||||
PRIVATE
|
||||
notcurses
|
||||
unistring
|
||||
${MATH_LIBRARIES}
|
||||
PUBLIC
|
||||
Threads::Threads
|
||||
)
|
||||
|
||||
|
@ -367,8 +367,6 @@ callback(struct ncplane* ncp, void* curry, int dizzy){
|
||||
}
|
||||
ncplane_cursor_move_yx(ncp, 0, 0);
|
||||
ncplane_putstr(ncp, curry);
|
||||
// FIXME
|
||||
(void)dizzy;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user