drone: use new debian unstable 2021-02-24a

This commit is contained in:
nick black 2021-02-24 01:56:27 -05:00
parent e30b12a480
commit cef5e45be6
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
3 changed files with 1 additions and 9 deletions

View File

@ -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

View File

@ -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
)

View File

@ -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;
}